freebsd-ports/www/p5-CatalystX-Component-Traits/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

27 lines
799 B
Makefile

# New ports collection makefile for: www/p5-CatalystX-Component-Traits
# Date created: 25 July 2009
# Whom: Bill Brinzer <bill.brinzer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= CatalystX-Component-Traits
PORTVERSION= 0.16
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bill.brinzer@gmail.com
COMMENT= Automatic Trait Loading and Resolution for Catalyst Components
RUN_DEPENDS= p5-Catalyst-Runtime>=5.80005:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-MooseX-Traits-Pluggable>=0.08:${PORTSDIR}/devel/p5-MooseX-Traits-Pluggable \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= CatalystX::Component::Traits.3
.include <bsd.port.mk>