diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 10:19:54 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:31:05 +0200 |
commit | 2fd0a947097bdb3fe839af4a43aeaf4e0861b4a8 (patch) | |
tree | 184c08bbeb7b35a57eff3e5ab778e21e54324d68 /recipes/perl | |
parent | 29c8d7102459aa0da180993e4c32604d46ba92eb (diff) |
liblist-moreutils-perl_0.22.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-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" |