From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/perl/libexception-class-perl_1.23.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/perl/libexception-class-perl_1.23.bb (limited to 'recipes/perl/libexception-class-perl_1.23.bb') diff --git a/recipes/perl/libexception-class-perl_1.23.bb b/recipes/perl/libexception-class-perl_1.23.bb new file mode 100644 index 0000000000..b26af13d84 --- /dev/null +++ b/recipes/perl/libexception-class-perl_1.23.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Exception::Class - A module that allows you to declare real exception classes in Perl" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = "libclass-data-inheritable-perl-native libdevel-stacktrace-perl-native" +RDEPENDS = "libclass-data-inheritable-perl libdevel-stacktrace-perl" +PR = "r7" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-${PV}.tar.gz" + +S = "${WORKDIR}/Exception-Class-${PV}" + +inherit cpan -- cgit 1.2.3-korg