diff options
Diffstat (limited to 'meta-perl/recipes-perl/libimport')
-rw-r--r-- | meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb index e88d60d13a..76e4d3bbf1 100644 --- a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb +++ b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb | |||
@@ -11,16 +11,15 @@ directly, since they effect the current unit of compilation. \ | |||
11 | 11 | ||
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | HOMEPAGE = "https://metacpan.org/pod/Import-Into/" | 14 | HOMEPAGE = "https://metacpan.org/pod/Import::Into" |
15 | 15 | ||
16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
17 | LIC_FILES_CHKSUM = "file://README;beginline=209;endline=223;md5=3cf363f1e405dea6db2c6cd0ef23680c" | 17 | LIC_FILES_CHKSUM = "file://README;beginline=209;endline=223;md5=3cf363f1e405dea6db2c6cd0ef23680c" |
18 | 18 | ||
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Import-Into-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Import-Into-${PV}.tar.gz" |
20 | SRC_URI[md5sum] = "70f2f3b08a5b706ee382a8448c346cb1" | ||
21 | SRC_URI[sha256sum] = "decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084" | 20 | SRC_URI[sha256sum] = "decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084" |
22 | 21 | ||
23 | S = "${WORKDIR}/Import-Into-${PV}" | 22 | S = "${UNPACKDIR}/Import-Into-${PV}" |
24 | 23 | ||
25 | inherit cpan | 24 | inherit cpan |
26 | 25 | ||