summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libparams-util-perl_0.20.bb
blob: b082a098abc6eab9a8f9705f9f77d8399420595b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Params::Util - Simple, compact and correct param-checking functions"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-exporter perl-module-overload \
             perl-module-scalar-util perl-module-strict perl-module-vars"
PR = "r4"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-${PV}.tar.gz"

S = "${WORKDIR}/Params-Util-${PV}"

inherit cpan

BBCLASSEXTEND="native"