blob: 4adc4e81f02b181724a58a351369b4b9769ddb2c (
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 = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz"
S = "${WORKDIR}/Algorithm-Diff-${PV}"
inherit cpan
|