summaryrefslogtreecommitdiffstats
path: root/recipes/perl/liblist-moreutils-perl_0.22.bb
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
committerCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
commit4ee358534793381d2e87b01781079a3354fd5c1c (patch)
tree729f8b0ce4bdbcd8a16f561fb68da0d66c3a3eb8 /recipes/perl/liblist-moreutils-perl_0.22.bb
parentbeb17e26ee9b4bc0cf334c3b30560c6eb66b1299 (diff)
parenteda06ec3dde6169a46797f876a82499c4fff8f62 (diff)
downloadopenembedded-4ee358534793381d2e87b01781079a3354fd5c1c.tar.gz
Merge branch 'org.openembedded.dev' into testing-nexttesting_2010-09-13
Diffstat (limited to 'recipes/perl/liblist-moreutils-perl_0.22.bb')
-rw-r--r--recipes/perl/liblist-moreutils-perl_0.22.bb15
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"