7f768f2e78
from 0.30nb1 to 0.35. pkgsrc changes: - adjust dependencies upstream changes: 0.35 2012-05-19 - The new delegation code could fail when a type had no parent. Attempting to subtype Any was one way to trigger the bug. (Dave Rolsky) - The new delegation code broke calling ->can or ->isa on MooseX::Types::TypeDecorator as a class method. (Dave Rolsky) 0.34 2012-05-18 - Special case new to avoid unexpected exceptions on unloaded classes 0.33 2012-05-18 - Switch delegation order to prioritise type over class except for new 0.32 2012-05-18 - Support delegation of methods to the class for class types - Factor out _try_delegate method 0.31 2011-12-22 - Add support for qw( :all ) on MooseX::Types::Combine libraries. (kentnl)
31 lines
1 KiB
Makefile
31 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2012/09/10 10:35:15 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Types-0.35
|
|
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-Types/
|
|
COMMENT= Organise your Moose types in libraries
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Carp-Clan>=6.00:../../devel/p5-Carp-Clan
|
|
DEPENDS+= p5-Moose>=1.06:../../devel/p5-Moose
|
|
DEPENDS+= p5-Sub-Install>=0.924:../../devel/p5-Sub-Install
|
|
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
|
DEPENDS+= p5-namespace-clean>=0.19:../../devel/p5-namespace-clean
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Types/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|