pkgsrc/devel/p5-MooseX-Types/Makefile
wen b89484de65 Update to 0.44
Upstream changes:
0.44      2014-03-09 04:16:20Z
        - full respect for namespaces: declared types are now properly
          installed into the proper package, so they survive
          namespace::autoclean; however, types imported from the declaration
          class are still properly cleaned by namespace::autoclean (as
          implemented in trial versions 0.40-0.43)

0.43      2014-01-17 01:25:55Z (TRIAL RELEASE)
        - line numbers in shipped code are now almost the same (within 3) as
          the repository source, for easier debugging
        - skipped new namespacing tests that fail with older Moose versions,
          due to an inability to install blessed subs

0.42      2014-01-04 23:31:58Z (TRIAL RELEASE)
        - declared (not imported) types are now properly installed into the
          proper package, so they survive namespace::autoclean (fixed this
          time)
2014-03-09 13:22:32 +00:00

30 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2014/03/09 13:22:32 wen Exp $
#
DISTNAME= MooseX-Types-0.44
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+= 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
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"