diff options
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.bb | 5 |
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" | |||
2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." | 2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/" | 5 | HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config" |
6 | 6 | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "565a7b09c7cac5907a25bbe2c959a717" | ||
12 | SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" | 11 | SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" |
13 | 12 | ||
14 | S = "${WORKDIR}/ExtUtils-Config-${PV}" | 13 | S = "${UNPACKDIR}/ExtUtils-Config-${PV}" |
15 | 14 | ||
16 | inherit cpan ptest-perl | 15 | inherit cpan ptest-perl |
17 | 16 | ||