summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdata-optlist-perl_0.101.bb
blob: 8e28418caf881cca91fd226d08c82e04b8c7e2c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Data::OptList - parse and validate simple name/value option pairs"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "libsub-install-perl-native libparams-util-perl-native"
RDEPENDS += "perl-module-list-util libparams-util-perl perl-module-strict \
             libsub-install-perl perl-module-warnings "
PR = "r4"

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

S = "${WORKDIR}/Data-OptList-${PV}"

inherit cpan

BBCLASSEXTEND="native"