1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Add TEST_DEPENDS

- Avoid use of SITE_PERL in DEPENDS

PR:		ports/167545
Approved by:	maintainer timeout (skv, >2 weeks)
This commit is contained in:
Steve Wills 2012-05-20 02:02:24 +00:00
parent 508fe238a7
commit 8eece0c818
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296991

View File

@ -15,12 +15,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= ClearSilver view class for Catalyst
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/ClearSilver.pm:${PORTSDIR}/www/p5-ClearSilver \
BUILD_DEPENDS= p5-ClearSilver>=0:${PORTSDIR}/www/p5-ClearSilver \
p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
${SITE_PERL}/${PERL_ARCH}/Data/Structure/Util.pm:${PORTSDIR}/devel/p5-Data-Structure-Util \
${SITE_PERL}/Class/C3.pm:${PORTSDIR}/devel/p5-Class-C3 \
${SITE_PERL}/Catalyst/View/Templated.pm:${PORTSDIR}/www/p5-Catalyst-View-Templated
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