blob: 24b4284468926f9e1ad3f902e50f4b6587febb1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} += "perl-module-exporter perl-module-strict perl-module-vars \
perl-module-strict perl-module-vars"
PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz"
S = "${WORKDIR}/Algorithm-Diff-${PV}"
inherit cpan
BBCLASSEXTEND="native"
SRC_URI[md5sum] = "ff3e17ae485f8adfb8857b183991fbce"
SRC_URI[sha256sum] = "c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375"
|