diff options
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb new file mode 100644 index 0000000000..b40e0ffc5b --- /dev/null +++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration" | ||
| 2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." | ||
| 3 | SECTION = "libs" | ||
| 4 | |||
| 5 | HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config" | ||
| 6 | |||
| 7 | LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ddb4d526cd95b017e23486893490883e" | ||
| 9 | |||
| 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" | ||
| 11 | SRC_URI[sha256sum] = "82e7e4e90cbe380e152f5de6e3e403746982d502dd30197a123652e46610c66d" | ||
| 12 | |||
| 13 | S = "${UNPACKDIR}/ExtUtils-Config-${PV}" | ||
| 14 | |||
| 15 | inherit cpan ptest-perl | ||
| 16 | |||
| 17 | RDEPENDS:${PN} = " perl-module-extutils-makemaker \ | ||
| 18 | perl-module-data-dumper \ | ||
| 19 | perl-module-ipc-open3 \ | ||
| 20 | perl-module-test-more \ | ||
| 21 | perl-module-file-temp \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
