aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdata-optlist-perl_0.101.bb
blob: 8a1dcc8dec78803ee785012f6e4aa43014c5993b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Data::OptList - parse and validate simple name/value option pairs"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
DEPENDS += "libsub-install-perl-native libparams-util-perl-native"
RDEPENDS_${PN} += "perl-module-list-util libparams-util-perl perl-module-strict \
             libsub-install-perl perl-module-warnings "
PR = "r6"

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"

SRC_URI[md5sum] = "6e9bb994a8716112a78c1306261f4164"
SRC_URI[sha256sum] = "a96fb122261fb5f069341d7e69dcf07a2988da7cfd8df65d50843b8b102fb55c"