From 82f695516f300b6c7502c366603c8d22d8787859 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 24 Apr 2012 00:53:49 +0000 Subject: - Add TEST_DEPENDS - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS PR: ports/166527 Approved by: maintainer timeout (lth, >2 weeks) --- www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile b/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile index eccf0eeb93a3..28072d20f8af 100644 --- a/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile +++ b/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile @@ -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 -- cgit v1.2.3