diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 00:07:14 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 00:07:14 +0000 |
commit | 5a6392c25d372d69e7ce0cac04e7f0e2a936b462 (patch) | |
tree | d90425ece47eb2373748e04188d5e612a8579eab /packages/perl/libalgorithm-diff-perl_1.1902.bb | |
parent | 421f7cbc7af34d345be18f6f4ae39b9a59765103 (diff) |
perl: Add the perl Text::Diff module and the Algorithm::Diff module it
requires.
Diffstat (limited to 'packages/perl/libalgorithm-diff-perl_1.1902.bb')
-rw-r--r-- | packages/perl/libalgorithm-diff-perl_1.1902.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/perl/libalgorithm-diff-perl_1.1902.bb b/packages/perl/libalgorithm-diff-perl_1.1902.bb new file mode 100644 index 0000000000..e060a66a40 --- /dev/null +++ b/packages/perl/libalgorithm-diff-perl_1.1902.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>" +LICENSE = "Artistic|GPL" +RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \ + "perl-module-exporter perl-module-strict perl-module-vars" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz" + +S = "${WORKDIR}/Algorithm-Diff-${PV}" + +inherit cpan |