From 68ab9fbe62338beb44ae4fe310591d1ff204f8f9 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 13:36:18 +0200 Subject: libclass-factory-util-perl_1.7.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/libclass-factory-util-perl_1.7.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libclass-factory-util-perl_1.7.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libclass-factory-util-perl_1.7.bb b/recipes/perl/libclass-factory-util-perl_1.7.bb new file mode 100644 index 0000000000..2661688984 --- /dev/null +++ b/recipes/perl/libclass-factory-util-perl_1.7.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Class::Factory::Util - Provide utility methods for factory classes" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = "libmodule-build-perl-native" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-${PV}.tar.gz" +SRC_URI[md5sum] = "aebd79da361b676a7ecd3245fc3d1b3f" +SRC_URI[sha256sum] = "6c516b445b44f87363fb3a148431d31e9ecb5e6f21fb6481c89b2406b6692e26" + +S = "${WORKDIR}/Class-Factory-Util-${PV}" + +inherit cpan_build + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg