aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtext-diff-perl_0.35.bb
blob: a2cacdf929755aee2f2088e94b759966415e7815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = "r4"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Text-Diff-${PV}.tar.gz"

S = "${WORKDIR}/Text-Diff-${PV}"

inherit cpan

BBCLASSEXTEND="native"