pkgsrc/devel/p5-Throwable/Makefile
wen b56f2b5de1 Update to 0.200008
Update DEPENDS

Upstream changes:
0.200008  2013-04-30 12:50:19 America/New_York
          avoid a Moose-using test in the suite of tests run by users (thanks,
          Dave Rolsky)

0.200007  2013-04-09 19:20:02 America/New_York
          allow previous_exception to be passed to the constructor

0.200006  2013-04-09 14:58:07 America/New_York
          lose old $@ in previous_exception less often under 5.17.10 (thanks,
          David Wheeler)

0.200005  2013-04-05 15:04:52 America/New_York
          Plugged memory leak (thaljef)

0.200004  2013-02-21 16:50:05 America/New_York
          update Throwable::Error to use around modifier instead of calling
          SUPER:: (thanks, Justin Hunter)

0.200003  2012-10-18 08:52:20 America/New_York
          no code changes; just no longer trial

0.200002  2012-10-09 08:56:21 America/New_York
          require Moo 1.000001

0.200001  2012-09-22 18:10:29 America/New_York
          update a prerequisite (thanks, FREW)

0.200000  2012-09-20 14:12:34 America/New_York
          port to Moo (FREW, MSTROUT, ILMARI)
2013-09-08 13:31:54 +00:00

23 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/09/08 13:31:54 wen Exp $
DISTNAME= Throwable-0.200008
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5err
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Throwable/
COMMENT= Perl 5 role for classes that can be thrown
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Devel-StackTrace>=1.2100:../../devel/p5-Devel-StackTrace
DEPENDS+= p5-Moose>=1.000001:../../devel/p5-Moo
DEPENDS+= p5-MooX-Types-MooseLike>=0:../../devel/p5-MooX-Types-MooseLike
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Throwable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"