pkgsrc/devel/p5-Ouch/Makefile
schmonz 6151f52c93 Update to 0.0408. From the changelog:
- Reformatted the Changes file according to the spec in
  CPAN::Changes::Spec. Thanks to sergeyromanov who is working on a
  quest to improve CPAN:
  http://questhub.io/realm/perl/quest/51f0337718ba7d3959000086

- Catch subclasses of Ouch as well Thanks to Graham Knop.

- Ouch doesn't need 5.12 afterall. Just needed to include the correct
  prereqs for the pragmas. Thanks to MidLifeXis and Ether.

- worr submitted a patch fixing some a POD error

- Made Ouch explicitly require Perl 5.12 due to use of "use overload"
  and "use parent".

- Fixed documentation misspellings. @richdouglasevans
2014-01-02 16:32:17 +00:00

19 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/01/02 16:32:17 schmonz Exp $
#
DISTNAME= Ouch-0.0408
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"