aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-01-09 11:32:10 +0800
committerswills <swills@FreeBSD.org>2012-01-09 11:32:10 +0800
commit912db445c463c5a8e30aad23b3455111958cb471 (patch)
tree3448eda5584506dae4719ce3b273ba66d9a17d8e
parentdd0e459406fe8c29fa7959d681770fa5081d9646 (diff)
downloadfreebsd-ports-gnome-912db445c463c5a8e30aad23b3455111958cb471.tar.gz
freebsd-ports-gnome-912db445c463c5a8e30aad23b3455111958cb471.tar.zst
freebsd-ports-gnome-912db445c463c5a8e30aad23b3455111958cb471.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