pkgsrc/devel/p5-MooseX-Types/Makefile
wen 253dac28cb Update to 0.48
Upstream changes:
0.48      2016-12-07 01:15:14Z
        - reverted is_Foo and to_Foo refactoring [from 0.47] for now, so they
          can be reworked

0.47      2016-12-07 00:40:34Z
        - allow type libraries built with MooseX::Types::Combine to be
          combined with MooseX::Types::Combine. (GH #1, Mark Fowler).
        - made the exported is_Foo and to_Foo subs much faster, especially for
          type constraints which can be inlined [reverted in 0.48]
2016-12-11 08:45:38 +00:00

33 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.37 2016/12/11 08:45:38 wen Exp $
DISTNAME= MooseX-Types-0.48
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-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean
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
DEPENDS+= p5-Sub-Exporter-ForMethods>=0.100052:../../devel/p5-Sub-Exporter-ForMethods
BUILD_DEPENDS+= p5-Module-Build-Tiny>=0.035:../../devel/p5-Module-Build-Tiny
#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
# for make test
BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Types/.packlist
PERL5_MODULE_TYPE= Module::Build::Tiny
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"