pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile
wen 358a45056e Update to 0.27
Upstream changes:
0.27   2013-03-28

- The latest Moose release (2.08) broke this module. This release fixes
  MooseX::ClassAttribute to work with both new and old Mooses. Reported by
  Jonathan Stowe. RT #84263.
2013-07-27 07:10:43 +00:00

23 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/07/27 07:10:43 wen Exp $
#
DISTNAME= MooseX-ClassAttribute-0.27
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MooseX-ClassAttribute/
COMMENT= Perl 5 module to declare class attributes Moose-style
LICENSE= artistic-2.0
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/ClassAttribute/.packlist
DEPENDS+= p5-Moose>=2.00:../../devel/p5-Moose
DEPENDS+= p5-namespace-autoclean>=0.11:../../devel/p5-namespace-autoclean
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"