freebsd-ports/www/p5-Catalyst-View-ClearSilver/Makefile
Steve Wills 8eece0c818 - Add TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS

PR:		ports/167545
Approved by:	maintainer timeout (skv, >2 weeks)
2012-05-20 02:02:24 +00:00

31 lines
967 B
Makefile

# New ports collection makefile for: Catalyst-View-ClearSilver
# Date created: 08 July 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Catalyst-View-ClearSilver
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= ClearSilver view class for Catalyst
BUILD_DEPENDS= p5-ClearSilver>=0:${PORTSDIR}/www/p5-ClearSilver \
p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util \
p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
p5-Catalyst-View-Templated>=0:${PORTSDIR}/www/p5-Catalyst-View-Templated
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Catalyst-View-Template-Declare>=0:${PORTSDIR}/www/p5-Catalyst-View-Template-Declare
PERL_CONFIGURE= yes
MAN3= Catalyst::Helper::View::ClearSilver.3 \
Catalyst::View::ClearSilver.3
.include <bsd.port.mk>