blob: 5a8fde1ea6ee15f79711c60b8b7ea7712bb1c0e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SECTION = "libs"
LICENSE = "Artistic|GPL"
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"
SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
S = "${WORKDIR}/libintl-perl-${PV}"
inherit cpan
|