pkgsrc/devel/p5-MooseX-MethodAttributes/Makefile
wen 20cce6bc56 Update to 0.29
Upstream changes:
0.29      2013-11-15 02:31:46Z
 * change docs to recommending using a role to grant Inheritable behaviour
   rather than a superclass, and changed tests to match
 * converted all uses of namespace::clean to namespace::autoclean
 * converted all uses of Test::Exception to Test::Fatal
 * repository migrated to the github moose organization

0.28   2012-09-04 03:28:26Z
 * RT#79385: Import Carp::croak into the right package (spotted by Bill
   Moseley)

0.27   2012-02-13 18:28:00Z
 * Fix issue with new Moose and new Module::Runtime where Moose
   functions were not getting correctly exported to the users of
   this module.

0.26   2012-01-13 12:06:00Z
 * Fix packages relying on ->meta->make_immutable to return true.
   This should work, but doesn't in some occasional circumstances.
2014-07-13 10:16:20 +00:00

24 lines
905 B
Makefile

# $NetBSD: Makefile,v 1.19 2014/07/13 10:16:20 wen Exp $
DISTNAME= MooseX-MethodAttributes-0.29
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MooseX-MethodAttributes/
COMMENT= Perl5 module for code attribute introspection
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moose>=0.98:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Types>=0.21:../../devel/p5-MooseX-Types
DEPENDS+= p5-namespace-clean>=0.10:../../devel/p5-namespace-clean
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
PERL5_PACKLIST= auto/MooseX/MethodAttributes/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"