blob: 947b1a11913ac91db5950ff8d01eb025551bb2c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \
perl-module-strict perl-module-vars"
PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz"
S = "${WORKDIR}/Algorithm-Diff-${PV}"
inherit cpan
|