aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-09 11:32:10 +0800
committerSteve Wills <swills@FreeBSD.org>2012-01-09 11:32:10 +0800
commit0c99208338d1cdfd4307afad3669db22102011ba (patch)
treee260d3488cd32f8b5c5f082ead344405e38c1c62
parent6e7e631731f5ccf4fa52f55b4be4e0960b645a5a (diff)
downloadfreebsd-ports-gnome-0c99208338d1cdfd4307afad3669db22102011ba.tar.gz
freebsd-ports-gnome-0c99208338d1cdfd4307afad3669db22102011ba.tar.zst
freebsd-ports-gnome-0c99208338d1cdfd4307afad3669db22102011ba.zip
- Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
-rw-r--r--www/p5-CGI-Application/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile
index 79381fe69520..b35e44057128 100644
--- a/www/p5-CGI-Application/Makefile
+++ b/www/p5-CGI-Application/Makefile
@@ -17,7 +17,10 @@ COMMENT= Perl module intended to make it easier to create reusable web apps
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
+BUILD_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple \
+ p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
PERL_CONFIGURE= yes