diff options
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb')
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb new file mode 100644 index 0000000000..42c99ddf58 --- /dev/null +++ b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | SUMMARY = "ExtUtils::Helpers - Various portability utilities for module builders" | ||
2 | DESCRIPTION = "This module provides various portable helper function for module building modules." | ||
3 | SECTION = "libs" | ||
4 | |||
5 | HOMEPAGE = "https://metacpan.org/pod/ExtUtils::Helpers" | ||
6 | |||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c0280160e4f26faafef507664884bf63" | ||
9 | |||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz" | ||
11 | SRC_URI[sha256sum] = "c8574875cce073e7dc5345a7b06d502e52044d68894f9160203fcaab379514fe" | ||
12 | |||
13 | S = "${UNPACKDIR}/ExtUtils-Helpers-${PV}" | ||
14 | |||
15 | inherit cpan | ||
16 | |||
17 | RDEPENDS:${PN} = " perl-module-file-copy \ | ||
18 | perl-module-extutils-makemaker \ | ||
19 | perl-module-exporter \ | ||
20 | perl-module-carp \ | ||
21 | perl-module-test-more \ | ||
22 | perl-module-text-parsewords \ | ||
23 | perl-module-load \ | ||
24 | perl-module-file-temp \ | ||
25 | perl-module-file-spec-functions \ | ||
26 | " | ||
27 | |||
28 | BBCLASSEXTEND = "native" | ||