linux-omap 2.6.39: sync with meta-texasinstruments
[openembedded.git] / recipes / perl / liblist-moreutils-perl_0.22.bb
blob2df181132188c1670e4094cce9079c70ac3aa700
1 DESCRIPTION = "List::MoreUtils - Provide the stuff missing in List::Util"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPLv1+"
4 HOMEPAGE = "http://datetime.perl.org/"
5 PR = "r1"
7 SRC_URI = "http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-${PV}.tar.gz"
8 SRC_URI[md5sum] = "3a6ec506f40662ab1296c48c5eb72016"
9 SRC_URI[sha256sum] = "b4948b26851d9d9ac611eb487ecb92815dc3c5ee64e414bc67211b48590f62b7"
11 S = "${WORKDIR}/List-MoreUtils-${PV}"
13 inherit cpan
15 BBCLASSEXTEND="native"