aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libsub-install-perl_0.922.bb
blob: f867886444ec77fea4db4cffabaaf6f94b048ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Sub::Install - install subroutines into packages easily"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \
             perl-module-warnings"
PR = "r0"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-${PV}.tar.gz"

S = "${WORKDIR}/Sub-Install-${PV}"

inherit cpan