pkgsrc/devel/p5-MooseX-Method-Signatures/Makefile

41 lines
1.8 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.21 2014/01/09 07:12:23 wen Exp $
#
DISTNAME= MooseX-Method-Signatures-0.47
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
Updating package devel/p5-MooseX-Method-Signatures from 0.16 to 0.21 pkgsrc changes: - Adding secondary MASTER_SITE to allow update today, because 0.20 still has some bugs - Adjusting dependencies according to META.yml Upstream changes: 0.21 Tue, 18 Aug 2009 08:45:48 +0200 * Add tests for using aliased.pm for type aliases (Steffen Schwigon). * Depend on the latest PMS to get type alias resolving. 0.20 Mon, 17 Aug 2009 12:11:32 +0200 * Make the meta method's parsed_signature public. * Use MooseX::LazyRequire's new interface and depend on 0.03. 0.19 Fri, 14 Aug 2009 11:23:42 +0200 * Move method redefinition warnings to the method application hook so it's easy to override. 0.18 Fri, 14 Aug 2009 02:24:41 +0200 * Depend on Devel::Declare 0.005011. This avoids "->method" and "method =>" being misinterpreted sometimes. 0.17 Thu, 13 Aug 2009 08:37:31 +0200 * Implement method traits (Cory Watson). * Properly test list placeholders. * Document the right syntax for return value type constraints. * Use namespace::autoclean instead of namespace::clean. * Let the signature default to (@) if none is given. * Don't require the package attribute when a pre-built context is passed in. * Depend on a recent Parse::Method::Signatures to make sure we will work with new PPIs and have the right MooseX::Traits version. * Fix doc typo (arcanez). * Split out context from self so that we may pass in an arbitrary context (nperez). * Enable passing a context and also a coderef to use to apply the method once constructed (for deferred method modifier application in MXD) (nperez). * Enable MXMS to work with multiple different declarators and prototype injections (nperez). * Change from using Devel::Declare::MethodInstaller::Simple to ::Context::Simple since strip_attrs was moved down there (nperez).
2009-08-19 10:30:16 +02:00
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