blob: 084a055329905b1f54183c4bb16a87ba1f77e519 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-${PV}.tar.gz"
S = "${WORKDIR}/Data-OptList-${PV}"
inherit cpan
|