pkgsrc/devel/p5-Throwable/Makefile
mef 3790b4a83c (pkgsrc)
- Drop two dependency (See below)
     p5-MooX-Types-MooseLike>=0
     p5-Class-Load>=0.20
(upstream)
  - Update 0.200009  0.200012
-------------------------
0.200012  2014-09-19 21:59:28-04:00 America/New_York
        - avoid memory leaks and infinite recursion when stringifying
          (thanks, Dagfinn Ilmari Mannsaker (Mannsåker)!)

0.200011  2014-04-02 20:49:49-04:00 America/New_York
        - eliminate prereq on Class::Load (thanks, Toby Inkster!)
        - eliminate preqre on MooX::Types::MooseLike::Base (Toby Inkster)

0.200010  2014-03-08 22:39:25-05:00 America/New_York
        - eliminate a memory leak in StackTrace::Auto (thanks, Graham Knop!)
2015-02-18 01:11:24 +00:00

19 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/02/18 01:11:24 mef Exp $
DISTNAME= Throwable-0.200012
PKGNAME= p5-${DISTNAME}
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-Moo>=1.000001:../../devel/p5-Moo
PERL5_PACKLIST= auto/Throwable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"