diff options
Diffstat (limited to 'recipes/perl/libalgorithm-diff-perl_1.1902.bb')
-rw-r--r-- | recipes/perl/libalgorithm-diff-perl_1.1902.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/perl/libalgorithm-diff-perl_1.1902.bb b/recipes/perl/libalgorithm-diff-perl_1.1902.bb new file mode 100644 index 0000000000..4adc4e81f0 --- /dev/null +++ b/recipes/perl/libalgorithm-diff-perl_1.1902.bb @@ -0,0 +1,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 |