3e1e38c80f
2.002004 - 2016-06-28 - fixed another case of local functions interfering with generated code. (RT#115655) - prevent infinite recursion on some Moose metaclass inflation errors. 2.002003 - 2016-06-23 - prevent local functions with same names as core functions from interfering with generated code (RT#115529) - Work around nmake bug that corrupts commands that include slashes (RT#115518) - Fix tests to work when lexical features are enabled outside of our control (such as with cperl) - Fix tests on perl 5.6
25 lines
947 B
Makefile
25 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.29 2016/06/30 17:40:09 wiz Exp $
|
|
|
|
DISTNAME= Moo-2.002004
|
|
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"
|