summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb')
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb
index a58d96582e..401f607571 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb
@@ -2,16 +2,15 @@ SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration"
2DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." 2DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash."
3SECTION = "libs" 3SECTION = "libs"
4 4
5HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/" 5HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config"
6 6
7LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 7LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e"
9 9
10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" 10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
11SRC_URI[md5sum] = "565a7b09c7cac5907a25bbe2c959a717"
12SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" 11SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c"
13 12
14S = "${WORKDIR}/ExtUtils-Config-${PV}" 13S = "${UNPACKDIR}/ExtUtils-Config-${PV}"
15 14
16inherit cpan ptest-perl 15inherit cpan ptest-perl
17 16