aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libexception-class-perl_1.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libexception-class-perl_1.23.bb')
-rw-r--r--recipes/perl/libexception-class-perl_1.23.bb12
1 files changed, 12 insertions, 0 deletions
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