010591a0ce
2.000002 - 2015-07-24 - BUILDARGS will now always be called on object creation, even if no attributes exist - fix required attributes with spaces or other odd characters in init_arg - fix (is => 'lazy', required => 1, init_arg => undef), which previously didn't think it provided a builder - under 'no Moo::sification', prevent automatic Moose metaclass inflation from ->meta calls - don't load Moo::Role for a ->does check if no roles could exist - make global destruction test more robust from outside interference - fix false default values satisfying required attributes - Fix Moose attribute delegation to a Moo class via a wildcard - work around case where Sub::Util is loadable but doesn't provide Sub::Util::set_subname - skip thread tests on perl 5.8.4 and below where threads are extremely unreliable - Allow stub methods (e.g. sub foo;) to be overwritten by accessors or other generated methods. (RT#103804)
25 lines
947 B
Makefile
25 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.25 2015/07/26 19:09:11 wiz Exp $
|
|
|
|
DISTNAME= Moo-2.000002
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Moo/
|
|
COMMENT= Minimalist Object Orientation (with Moose compatiblity)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers
|
|
DEPENDS+= p5-Devel-GlobalDestruction>=0.11:../../devel/p5-Devel-GlobalDestruction
|
|
DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-Role-Tiny>=1.003002:../../devel/p5-Role-Tiny
|
|
DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures
|
|
DEPENDS+= p5-Import-Into>=1.002000:../../devel/p5-Import-Into
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
|
|
|
|
PERL5_PACKLIST= auto/Moo/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|