abiword: add 2.8.3
[openembedded.git] / recipes / perl / libdata-optlist-perl_0.101.bb
1 DESCRIPTION = "Data::OptList - parse and validate simple name/value option pairs"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS += "libsub-install-perl-native libparams-util-perl-native"
5 RDEPENDS += "perl-module-list-util libparams-util-perl perl-module-strict \
6              libsub-install-perl perl-module-warnings "
7 PR = "r4"
8
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-${PV}.tar.gz"
10
11 S = "${WORKDIR}/Data-OptList-${PV}"
12
13 inherit cpan
14
15 BBCLASSEXTEND="native"