blob: 44756601a2d9a9a3f680225b93782e6e31c67b46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Sub::Exporter - a sophisticated exporter for custom-built routines"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "libdata-optlist-perl-native libsub-install-perl-native \
libparams-util-perl-native"
RDEPENDS += "perl-module-carp libdata-optlist-perl libparams-util-perl \
perl-module-strict libsub-install-perl perl-module-warnings"
PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-${PV}.tar.gz"
S = "${WORKDIR}/Sub-Exporter-${PV}"
inherit cpan
|