diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-24 00:53:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-24 00:53:49 +0000 |
commit | 82f695516f300b6c7502c366603c8d22d8787859 (patch) | |
tree | 2f8f977129effbbcc397090e01403e7275de1b4b /www/p5-Catalyst-Component-ACCEPT_CONTEXT | |
parent | e3084a2f00446b799fa5a4bd85cae80155fa966a (diff) | |
download | ports-82f695516f300b6c7502c366603c8d22d8787859.tar.gz ports-82f695516f300b6c7502c366603c8d22d8787859.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Component-ACCEPT_CONTEXT')
-rw-r--r-- | www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |