pkgsrc/devel/p5-Ouch/Makefile
schmonz c7aca61034 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.
2013-01-27 20:43:38 +00:00

19 lines
520 B
Makefile

# $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"