6c866c209e
Changes from previous: 0.16 2011-04-22 - Don't wrap BUILDALL, since this breaks if the object doesn't inherit from Moose::Object (doy). 0.15 2011-04-13 - The fix in 0.14 only worked with Moose 2.0, causing failures with earlier versions. 0.14 2011-04-13 - Using extends caused strictness to be lost. Fixed by Karen Etheridge. 0.13 2011-02-22 - This release provides forward compatibility with Moose 1.99+. It will still work with Moose 1.23 as well. Most of the work was done by Jesse Luehrs. 0.12 2010-10-29 - Switched tests to use Test::Fatal instead of Test::Exception.
24 lines
775 B
Makefile
24 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/11/18 13:20:55 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-StrictConstructor-0.16
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/StrictConstructor/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|