f0bf3dd0ac
Upstream changes: 2.003004 - 2017-12-01 - re-allow stubs for attribute parameters like isa or coerce (RT#123753) - fix accidentally removed space in coderef error message (GH#33) - fix test errors with old Carp versions
28 lines
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2017/12/01 03:39:50 wen Exp $
|
|
|
|
DISTNAME= Moo-2.003004
|
|
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
|
|
|
|
EXTRACT_USING= bsdtar
|
|
|
|
PERL5_PACKLIST= auto/Moo/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|