pkgsrc/devel/p5-MooseX-Types/Makefile
wen e592f187e7 Update to 0.41
Upstream changes:
0.41      2013-12-21 17:21:41Z
        - reversed changes in 0.40, until compatibility issues with older
          Moose versions are figured out

0.40      2013-12-20 06:38:15Z
        - types are now properly installed into the proper package, so they
          survive namespace::autoclean

0.39      2013-11-30 18:31:32Z
        - more strict warnings checking in tests
        - re-release to fix compile test
2014-01-09 07:17:35 +00:00

29 lines
1,014 B
Makefile

# $NetBSD: Makefile,v 1.27 2014/01/09 07:17:35 wen Exp $
#
DISTNAME= MooseX-Types-0.41
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
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"