freebsd-ports/www/p5-CatalystX-Component-Traits/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

23 lines
628 B
Makefile

# Created by: Bill Brinzer <bill.brinzer@gmail.com>
# $FreeBSD$
PORTNAME= CatalystX-Component-Traits
PORTVERSION= 0.19
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= des@FreeBSD.org
COMMENT= Automatic Trait Loading and Resolution for Catalyst Components
RUN_DEPENDS= p5-Catalyst-Runtime>=5.80005:www/p5-Catalyst-Runtime \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-MooseX-Traits-Pluggable>=0.08:devel/p5-MooseX-Traits-Pluggable \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
BUILD_DEPENDS:= ${RUN_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>