nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libparams-util-perl_0.20.bb
blobef5b6e186a4e65ae08e42e6b0c0c99df56aad6db
1 DESCRIPTION = "Params::Util - Simple, compact and correct param-checking functions"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 RDEPENDS += "perl-module-exporter perl-module-overload \
5 perl-module-scalar-util perl-module-strict perl-module-vars"
6 PR = "r3"
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-${PV}.tar.gz"
10 S = "${WORKDIR}/Params-Util-${PV}"
12 inherit cpan