pkgsrc/devel/p5-Moo/Makefile
wen 9388c1c151 Update to 1.000006
Update DEPENDS

Upstream changes:
1.000006 - 2012-11-16
  - Don't use $_ as loop variable when calling arbitrary code (RT#81072)
  - Bump Role::Tiny prereq to fix method modifier breakage on 5.10.0

1.000005 - 2012-10-23
  - fix POD typo (RT#80060)
  - include init_arg name in constructor errors (RT#79596)
  - bump Class::Method::Modifiers dependency to avoid warnings on 5.8
2012-11-29 02:42:10 +00:00

22 lines
821 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/11/29 02:42:10 wen Exp $
DISTNAME= Moo-1.000006
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IL/ILMARI/}
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.09:../../devel/p5-Devel-GlobalDestruction
DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
DEPENDS+= p5-Role-Tiny>=1.002004:../../devel/p5-Role-Tiny
DEPENDS+= p5-strictures>=1.001001:../../devel/p5-strictures
PERL5_PACKLIST= auto/Moo/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"