diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-09-09 11:23:16 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-09-18 08:04:34 +0000 |
commit | 90746f3032489227e221e8b1f8e160857f74c046 (patch) | |
tree | d9006da548ea2b7dba34eb7277fbc2431c9aecbc /recipes/perl/libpoe-perl_1.007.bb | |
parent | 41f2f6a12495fd1ab628b889892e7d4552dd5d50 (diff) |
libpoe-perl: add recipe
Diffstat (limited to 'recipes/perl/libpoe-perl_1.007.bb')
-rw-r--r-- | recipes/perl/libpoe-perl_1.007.bb | 10 |
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 |