aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtext-diff-perl_0.35.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libtext-diff-perl_0.35.bb')
-rw-r--r--recipes/perl/libtext-diff-perl_0.35.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libtext-diff-perl_0.35.bb b/recipes/perl/libtext-diff-perl_0.35.bb
new file mode 100644
index 0000000000..07dde46945
--- /dev/null
+++ b/recipes/perl/libtext-diff-perl_0.35.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Text::Diff - Perform diffs on files and record sets"
+SECTION = "libs"
+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 = "r3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Text-Diff-${PV}.tar.gz"
+
+S = "${WORKDIR}/Text-Diff-${PV}"
+
+inherit cpan