c698ddb835
Pkgsrc changes: - set PERL5_MODULE_TYPE to Module::Install::Bundled Upstream changes: 0.11 THu May 13 14:31:00 CEST 2010 - Fix doc typo. jawnsy++ 0.10 Wed May 12 17:53:56 CEST 2010 - Stop pretending the created classes are anonymous. They used to close over their own metaclass, so they were never cleaned up anyway and only made debugging unnecessarily hard as all instances referenced the metaclass as well. - Require newer version of MX::Role::Parameterized in the parameterized role test. (RT#49873). 0.09 Tue Apr 6 22:51:40 CDT 2010 - Class->with_traits(...)->new is now preferred over Class->new_with_traits(...).
29 lines
967 B
Makefile
29 lines
967 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/08/03 21:50:39 seb Exp $
|
|
|
|
DISTNAME= MooseX-Traits-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-Traits/
|
|
COMMENT= Automatically apply roles at object creation time
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-MOP>=0.84:../../devel/p5-Class-MOP
|
|
DEPENDS+= p5-Moose>=0.84:../../devel/p5-Moose
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Traits/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|