nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libtext-diff-perl_0.35.bb
blob07dde469454edb7e15678944a7ef5c81a1794453
1 DESCRIPTION = "Text::Diff - Perform diffs on files and record sets"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS += "libalgorithm-diff-perl-native"
5 RDEPENDS += "libalgorithm-diff-perl perl-module-carp perl-module-constant \
6 perl-module-exporter perl-module-strict perl-module-carp \
7 perl-module-strict "
8 PR = "r3"
10 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Text-Diff-${PV}.tar.gz"
12 S = "${WORKDIR}/Text-Diff-${PV}"
14 inherit cpan