pkgsrc/devel/p5-MooseX-MethodAttributes/Makefile
sno c3c2dabd58 Updating package for p5 module MooseX::MethodAttributes from 0.14 to 0.15
pkgsrc changes:
  - Adjusting license
  - Adding dependency to MRO::Compat

Upstream changes:
0.15     Sun, Jul 26 18:02:05 2009 +0100
  * Fix test which was failing in some cases and additional test cases.
  * No other changes on the dev release.

0.14_01  Thu, Jul 16 20:04:04 2009 +0100
  * Add TODO tests for role combination with method attributes, proving that this doesn't work.
  * Add nasty hack to allow the application of roles with method attributes to anon classes to
    work if the user does a special handwave. This is less than optimum, see big block comment
    in the code. :/
2009-08-09 12:03:51 +00:00

25 lines
837 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/08/09 12:03:51 sno Exp $
DISTNAME= MooseX-MethodAttributes-0.15
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-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
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"