1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add TEST_DEPENDS

- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS

PR:		ports/166527
Approved by:	maintainer timeout (lth, >2 weeks)
This commit is contained in:
Steve Wills 2012-04-24 00:53:49 +00:00
parent e3084a2f00
commit 82f695516f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295358

View File

@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Make the Catalyst request context available in Models and Views
RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle
PERL_CONFIGURE= yes