summaryrefslogtreecommitdiff
path: root/recipes/perl/libintl-perl_1.11.bb
blob: 7d339466b7d87f795f66799c10cc95a5fea5d7b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR= "r2"

SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
DEPENDS = "perl"
RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle perl-module-symbol perl-module-selectsaver perl-module-io perl-module-integer perl-module-exporter-heavy"

S = "${WORKDIR}/libintl-perl-${PV}"

inherit cpan

BBCLASSEXTEND="native"