pkgsrc/devel/p5-Moo/Makefile
wiz 57f2a6094a Updated p5-Moo to 2.003001.
2.003001 - 2017-03-06
  - fix +attributes replacing builder subs if parent attribute was defined with
    builder => $subref
  - fix trigger with a default value and init_arg of undef
2017-03-08 11:47:50 +00:00

28 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.32 2017/03/08 11:47:50 wiz Exp $
DISTNAME= Moo-2.003001
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"