aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Cookie-Splitter/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-09 03:58:34 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-09 03:58:34 +0000
commit6f72b01686444c8cf2067f9dce6d7b7087341907 (patch)
tree26716732c7fbb433fd35e3e6307b6a72c10268ad /www/p5-CGI-Cookie-Splitter/Makefile
parent07bbb88879afec5770088646c7edb04ca2b57a53 (diff)
downloadports-6f72b01686444c8cf2067f9dce6d7b7087341907.tar.gz
ports-6f72b01686444c8cf2067f9dce6d7b7087341907.zip
- Expand value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
Notes
Notes: svn path=/head/; revision=288804
Diffstat (limited to 'www/p5-CGI-Cookie-Splitter/Makefile')
-rw-r--r--www/p5-CGI-Cookie-Splitter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-CGI-Cookie-Splitter/Makefile b/www/p5-CGI-Cookie-Splitter/Makefile
index d9235e886fc8..b3e9d15d6719 100644
--- a/www/p5-CGI-Cookie-Splitter/Makefile
+++ b/www/p5-CGI-Cookie-Splitter/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Split big cookies into smaller ones
BUILD_DEPENDS= p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
PERL_CONFIGURE= yes