summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb')
-rw-r--r--meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb
index 9dfadde8e5..90bd555403 100644
--- a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb
+++ b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb
@@ -6,7 +6,7 @@ faster than shelling out to a system's diff executable for small files, \
6and generally slower on larger files." 6and generally slower on larger files."
7SECTION = "libs" 7SECTION = "libs"
8 8
9HOMEPAGE = "http://search.cpan.org/~ovid/Text-Diff/" 9HOMEPAGE = "https://metacpan.org/release/OVID/Text-Diff-1.41"
10 10
11LICENSE = "Artistic-1.0 | GPL-2.0-or-later" 11LICENSE = "Artistic-1.0 | GPL-2.0-or-later"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3"
@@ -14,10 +14,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3"
14SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \ 14SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \
15 file://run-ptest \ 15 file://run-ptest \
16 " 16 "
17SRC_URI[md5sum] = "30d56e6dd5551ca16b8e16cc7299dc21"
18SRC_URI[sha256sum] = "a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa" 17SRC_URI[sha256sum] = "a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa"
19 18
20S = "${WORKDIR}/Text-Diff-${PV}" 19S = "${UNPACKDIR}/Text-Diff-${PV}"
21 20
22inherit cpan ptest 21inherit cpan ptest
23RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" 22RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more"