summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb
diff options
context:
space:
mode:
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.bb5
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 \
3as possible." 3as possible."
4SECTION = "libs" 4SECTION = "libs"
5 5
6HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/" 6HOMEPAGE = "https://metacpan.org/pod/ExtUtils::InstallPaths"
7 7
8LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 8LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
10 10
11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" 11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
12SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b"
13SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" 12SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"
14 13
15S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" 14S = "${UNPACKDIR}/ExtUtils-InstallPaths-${PV}"
16 15
17inherit cpan ptest-perl 16inherit cpan ptest-perl
18 17