diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-12-20 04:49:13 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-12-20 04:49:13 +0000 |
commit | ecffd73f1bd7629bd30e9396cba41ab1993425b9 (patch) | |
tree | ee92e6f2942f5c3de033272f0bc7cd2150e1a1fb /dns | |
parent | fe21665c979634fac0b310864c125d330c6e932c (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-Lite/Makefile | 4 |
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 |