f3053b9525
pkgsrc changes: - Removing Moose::Autobox dependency (is not required) - Adding dependency to Test::More 0.88 Upstream changes: 0.14 2009-11-08 05:43:37 - minor code cleanup 0.13 2009-11-07 21:14:11 - Fix merging singular traits rather than lists of traits. 0.12 2009-10-30 16:47:15 - add support for root-level components 0.11 2009-10-30 14:25:56 - fix bug with apps named CatalystX::<something>
28 lines
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2009/11/21 14:29:33 sno Exp $
|
|
|
|
DISTNAME= CatalystX-Component-Traits-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CatalystX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CatalystX-Component-Traits/
|
|
COMMENT= Automatic Trait Loading and Resolution for Catalyst Components
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Catalyst-Runtime>=5.80005:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-MooseX-Traits-Pluggable>=0.08:../../devel/p5-MooseX-Traits-Pluggable
|
|
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
|
|
BUILD_DEPENDS+= p5-Module-Pluggable>=3.9:../../devel/p5-Module-Pluggable
|
|
BUILD_DEPENDS*= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/CatalystX/Component/Traits/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|