13e1a09c63
Update DEPENDS Upstream changes: 0.44 2012-11-24 13:17:02 PST-0800 (Karen Etheridge) * Fix broken test in 5.17.6, where hash ordering is now randomized (RT#81388, Karen Etheridge) 0.43 2012-05-20 17:34:04 PDT-0700 * Bump dependency on MooseX::Types to 0.35 to resolve issues with recent MooseX::Types releases. 0.42 2012-04-23 11:08:19 PDT-0700 * Mark failing test due to Eval::Closure/Devel::Declare issues as TODO until things are fixed, to at least allow recent versions to install without errors. 0.41 Sun Mar 11 10:05:27 PDT 2012 * Add explicit dependency on Eval::Closure, in an effort to get more diagnostics from failing cpantesters reports. No functionality changes. 0.40 Sat Mar 10 09:03:51 PST 2012 * Loosen a regexp in a test, to handle the new format emitted by Carp 1.25. 0.39 Sat Mar 10 00:54:18 GMT 2012 * The test suite now uses Test::Fatal instead of Test::Exception (Karen Etheridge). * Bump dependency on MooseX::Types::Structured to 0.24, which contains more detailed error messages as well as some performance enhancements. 0.38 Fri Mar 9 23:43:07 GMT 2012 * Require B::Hooks::EndOfScope 0.10 and Module::Runtime 0.012, fixing various perl 5.8 breakages.
40 lines
1.8 KiB
Makefile
40 lines
1.8 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2013/07/27 09:00:50 wen Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Method-Signatures-0.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
#MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLORA/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-Method-Signatures/
|
|
COMMENT= Perl 5 module for method declarations with type constraints
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-B-Hooks-EndOfScope>=0.10:../../devel/p5-B-Hooks-EndOfScope
|
|
DEPENDS+= p5-Context-Preserve-[0-9]*:../../devel/p5-Context-Preserve
|
|
DEPENDS+= p5-Devel-Declare>=0.005011:../../devel/p5-Devel-Declare
|
|
DEPENDS+= p5-Moose>=0.89:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-LazyRequire>=0.06:../../devel/p5-MooseX-LazyRequire
|
|
DEPENDS+= p5-MooseX-Meta-TypeConstraint-ForceCoercion-[0-9]*:../../devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion
|
|
DEPENDS+= p5-MooseX-Types>=0.35:../../devel/p5-MooseX-Types
|
|
DEPENDS+= p5-MooseX-Types-Structured>=0.24:../../devel/p5-MooseX-Types-Structured
|
|
DEPENDS+= p5-Parse-Method-Signatures>=1.003014:../../devel/p5-Parse-Method-Signatures
|
|
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
|
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
|
DEPENDS+= p5-aliased-[0-9]*:../../devel/p5-aliased
|
|
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
|
|
DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.89}:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
PERL5_PACKLIST= auto/MooseX/Method/Signatures/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
#BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|