diff options
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb')
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb index 07dab4e161..13d5a31d0b 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | |||
@@ -3,16 +3,15 @@ DESCRIPTION = "This module tries to make install path resolution as easy \ | |||
3 | as possible." | 3 | as possible." |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/" | 6 | HOMEPAGE = "https://metacpan.org/pod/ExtUtils::InstallPaths" |
7 | 7 | ||
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" |
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b" | ||
13 | SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" | 12 | SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" |
14 | 13 | ||
15 | S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" | 14 | S = "${UNPACKDIR}/ExtUtils-InstallPaths-${PV}" |
16 | 15 | ||
17 | inherit cpan ptest-perl | 16 | inherit cpan ptest-perl |
18 | 17 | ||