1ff3d4f180
Upstream changes: 0.19 2012-01-17 - The 0.17 release broke compatibility with pre-2.0 versions of Moose. 0.18 2012-01-10 - A small internal tweak which prevents the MooseX::ClassCompositor tests from failing. 0.17 2012-01-04 - Added a small optimization for an immutable constructor when used with Moose 2.00+. The list of valid attributes is only generated once, rather than each time the constructor is run. Reported by Chip Salzenberg. RT #73664.
22 lines
735 B
Makefile
22 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/08/21 09:14:38 wen Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-StrictConstructor-0.19
|
|
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-StrictConstructor/
|
|
COMMENT= Make your object constructors blow up on unknown attributes
|
|
LICENSE= artistic-2.0
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/StrictConstructor/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|