aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-09-09 11:23:16 +0000
committerJan Lübbe <jluebbe@debian.org>2009-09-18 08:04:34 +0000
commit90746f3032489227e221e8b1f8e160857f74c046 (patch)
treed9006da548ea2b7dba34eb7277fbc2431c9aecbc /recipes/perl
parent41f2f6a12495fd1ab628b889892e7d4552dd5d50 (diff)
downloadopenembedded-90746f3032489227e221e8b1f8e160857f74c046.tar.gz
libpoe-perl: add recipe
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libpoe-perl_1.007.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/libpoe-perl_1.007.bb b/recipes/perl/libpoe-perl_1.007.bb
new file mode 100644
index 0000000000..0ff7ccba8a
--- /dev/null
+++ b/recipes/perl/libpoe-perl_1.007.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Event-driven component architecture for Perl"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://backpan.cpan.org/modules/by-module/POE/RCAPUTO/POE-${PV}.tar.gz"
+
+S = "${WORKDIR}/POE-${PV}"
+
+inherit cpan