aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libtext-diff-perl_0.35.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-04 00:07:14 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-04 00:07:14 +0000
commit5a6392c25d372d69e7ce0cac04e7f0e2a936b462 (patch)
treed90425ece47eb2373748e04188d5e612a8579eab /packages/perl/libtext-diff-perl_0.35.bb
parent421f7cbc7af34d345be18f6f4ae39b9a59765103 (diff)
downloadopenembedded-5a6392c25d372d69e7ce0cac04e7f0e2a936b462.tar.gz
perl: Add the perl Text::Diff module and the Algorithm::Diff module it
requires.
Diffstat (limited to 'packages/perl/libtext-diff-perl_0.35.bb')
-rw-r--r--packages/perl/libtext-diff-perl_0.35.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/perl/libtext-diff-perl_0.35.bb b/packages/perl/libtext-diff-perl_0.35.bb
new file mode 100644
index 0000000000..aac4598055
--- /dev/null
+++ b/packages/perl/libtext-diff-perl_0.35.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Text::Diff - Perform diffs on files and record sets"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+LICENSE = "Artistic|GPL"
+DEPENDS += "libalgorithm-diff-perl-native"
+RDEPENDS += "libalgorithm-diff-perl perl-module-carp perl-module-constant \
+ perl-module-exporter perl-module-strict perl-module-carp \
+ perl-module-strict "
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Text-Diff-${PV}.tar.gz"
+
+S = "${WORKDIR}/Text-Diff-${PV}"
+
+inherit cpan