aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/liblist-moreutils-perl_0.22.bb
blob: 2df181132188c1670e4094cce9079c70ac3aa700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "List::MoreUtils - Provide the stuff missing in List::Util"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
HOMEPAGE = "http://datetime.perl.org/"
PR = "r1"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-${PV}.tar.gz"
SRC_URI[md5sum] = "3a6ec506f40662ab1296c48c5eb72016"
SRC_URI[sha256sum] = "b4948b26851d9d9ac611eb487ecb92815dc3c5ee64e414bc67211b48590f62b7"

S = "${WORKDIR}/List-MoreUtils-${PV}"

inherit cpan

BBCLASSEXTEND="native"