aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libsub-install-perl_0.922.bb
blob: 1e715b5805b4a4d682cad6cd2cc16aae58e659e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Sub::Install - install subroutines into packages easily"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} += "perl-module-carp perl-module-scalar-util perl-module-strict \
             perl-module-warnings"
PR = "r5"

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

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

inherit cpan

BBCLASSEXTEND="native"

SRC_URI[md5sum] = "48e8e9f72cdd5b3f5f7115b8b7de3ddf"
SRC_URI[sha256sum] = "314de5dcc9550a9bff0784a7c9552f8092115452e2a5f4a59903c75bfbf658df"