summaryrefslogtreecommitdiff
path: root/devel/p5-Ouch/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2013-01-27 20:43:38 +0000
committerschmonz <schmonz@pkgsrc.org>2013-01-27 20:43:38 +0000
commitc7aca61034d019eeb8988668d05d1efe7f48da9c (patch)
tree2aec1a89b489a0032a6a8f8967913d5b231ee098 /devel/p5-Ouch/Makefile
parentaa8ba07ed37e900ce53213c154f2fbe0be481038 (diff)
downloadpkgsrc-c7aca61034d019eeb8988668d05d1efe7f48da9c.tar.gz
Add p5-Ouch:
Ouch provides a class for exception handling that doesn't require a lot of boilerplate, nor any up front definition. If Exception::Class is working for you, great! But if you want something that is faster, easier to use, requires less typing, and has no prereqs, but still gives you much of that same functionality, then Ouch is for you.
Diffstat (limited to 'devel/p5-Ouch/Makefile')
-rw-r--r--devel/p5-Ouch/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-Ouch/Makefile b/devel/p5-Ouch/Makefile
new file mode 100644
index 00000000000..591f7b8b8aa
--- /dev/null
+++ b/devel/p5-Ouch/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/01/27 20:43:38 schmonz Exp $
+#
+
+DISTNAME= Ouch-0.0401
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RI/RIZEN/}
+
+MAINTAINER= schmonz@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Ouch/
+COMMENT= Exceptions that don't hurt
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap
+
+PERL5_PACKLIST= auto/Ouch/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"