summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb
diff options
context:
space:
mode:
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.bb24
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 @@
1SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration"
2DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash."
3SECTION = "libs"
4
5HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config"
6
7LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=ddb4d526cd95b017e23486893490883e"
9
10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
11SRC_URI[sha256sum] = "82e7e4e90cbe380e152f5de6e3e403746982d502dd30197a123652e46610c66d"
12
13S = "${UNPACKDIR}/ExtUtils-Config-${PV}"
14
15inherit cpan ptest-perl
16
17RDEPENDS:${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
24BBCLASSEXTEND = "native"