pkgsrc/devel/p5-Ouch/Makefile
schmonz 7f93600082 Update to 0.0410. From the changelog:
- Fixed some bugs related to Travis. Thanks to Zshawn Syed.
- Fix bugs when working with passed exceptions. Thanks to Flavio Poletti.
- Remove Build.PL. Thanks to Nick Tonkin, andk, Graham Knop, dcollinsn.
2016-10-25 12:58:07 +00:00

19 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/10/25 12:58:07 schmonz Exp $
#
DISTNAME= Ouch-0.0410
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"