680c8a7670
Upstream changes: 2.003000 - 2016-12-09 - fix create_class_with_roles being used multiple times with the same packages - fix edge case with @ISA assignment on perl 5.10.0 - minor test adjustments - fix handles on oddly named attributes - make has options linkable in documentation - Sub::Quote and Sub::Defer have been split into a separate dist
26 lines
1,005 B
Makefile
26 lines
1,005 B
Makefile
# $NetBSD: Makefile,v 1.31 2016/12/11 00:34:21 wen Exp $
|
|
|
|
DISTNAME= Moo-2.003000
|
|
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.014:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-Role-Tiny>=2.000004:../../devel/p5-Role-Tiny
|
|
DEPENDS+= p5-strictures>=2.000000:../../devel/p5-strictures
|
|
DEPENDS+= p5-Import-Into>=1.002000:../../devel/p5-Import-Into
|
|
DEPENDS+= p5-Sub-Quote>=2.003001:../../devel/p5-Sub-Quote
|
|
|
|
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"
|