pkgsrc/devel/p5-MooseX-MethodAttributes/Makefile
seb b3dcf6e366 Update p5-MooseX-MethodAttributes from version 0.11 to version 0.14.
Pkgsrc changes:
- Add build dependency on devel/p5-Test-Exception

Upstream changes:
0.14     Sun, Jun  7 01:51:49 2009 +0100
  * Fix bugs with composing roles with method attributes into other
    roles with method attributes + tests

0.13     Thu, 28 May 2009 01:19:00 +0100
  * Add Test::More and Test::Exception to requirements for RT#46395
    and RT#46396

0.12     Mon, 25 May 2009 19:33:30 +0100
  * Add additional tests for role composition behavior.
  * Add an error message if someone tries to exclude or alias methods
    from a role with attributes, which currently doesn't work.
  * Add tests for this error, and tests for behavior if aliasing did work.
2009-06-07 14:12:25 +00:00

24 lines
788 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/06/07 14:12:25 seb Exp $
DISTNAME= MooseX-MethodAttributes-0.14
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= gnu-gpl-v2 # OR artistic
DEPENDS+= p5-Moose>=0.79:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Types>=0.06:../../devel/p5-MooseX-Types
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/MooseX/MethodAttributes/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"