libauthen-pam-perl: add Authen::PAM Perl module
[openembedded.git] / recipes / perl / libintl-perl_1.11.bb
1 DESCRIPTION = "libintl-perl is an internationalization library for Perl"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR= "r2"
5
6 SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
7 DEPENDS = "perl"
8 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"
9
10 S = "${WORKDIR}/libintl-perl-${PV}"
11
12 inherit cpan
13
14 BBCLASSEXTEND="native"