aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS-Lite
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-12-20 04:49:13 +0000
committerSteve Wills <swills@FreeBSD.org>2011-12-20 04:49:13 +0000
commitecffd73f1bd7629bd30e9396cba41ab1993425b9 (patch)
treeee92e6f2942f5c3de033272f0bc7cd2150e1a1fb /dns/p5-Net-DNS-Lite
parentfe21665c979634fac0b310864c125d330c6e932c (diff)
downloadports-ecffd73f1bd7629bd30e9396cba41ab1993425b9.tar.gz
ports-ecffd73f1bd7629bd30e9396cba41ab1993425b9.zip
- Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
Notes
Notes: svn path=/head/; revision=287697
Diffstat (limited to 'dns/p5-Net-DNS-Lite')
-rw-r--r--dns/p5-Net-DNS-Lite/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS-Lite/Makefile b/dns/p5-Net-DNS-Lite/Makefile
index 488b29a679e4..eea0e9b1a266 100644
--- a/dns/p5-Net-DNS-Lite/Makefile
+++ b/dns/p5-Net-DNS-Lite/Makefile
@@ -17,7 +17,9 @@ COMMENT= Pure-perl DNS resolver with support for timeout
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
+BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
PERL_CONFIGURE= yes