diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/liblist-moreutils-perl_0.22.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/liblist-moreutils-perl_0.22.bb b/recipes/perl/liblist-moreutils-perl_0.22.bb new file mode 100644 index 0000000000..352ae4344d --- /dev/null +++ b/recipes/perl/liblist-moreutils-perl_0.22.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "List::MoreUtils - Provide the stuff missing in List::Util" +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://datetime.perl.org/" +PR = "r0" + +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" |