aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libdata-optlist-perl_0.101.bb
blob: 13d15290a855f18af8662404c347eb8633753cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Data::OptList - parse and validate simple name/value option pairs"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
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 = "r0"

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

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

inherit cpan