nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libsub-exporter-perl_0.970.bb
blob44756601a2d9a9a3f680225b93782e6e31c67b46
1 DESCRIPTION = "Sub::Exporter - a sophisticated exporter for custom-built routines"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS += "libdata-optlist-perl-native libsub-install-perl-native \
5 libparams-util-perl-native"
6 RDEPENDS += "perl-module-carp libdata-optlist-perl libparams-util-perl \
7 perl-module-strict libsub-install-perl perl-module-warnings"
8 PR = "r3"
10 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-${PV}.tar.gz"
12 S = "${WORKDIR}/Sub-Exporter-${PV}"
14 inherit cpan