aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2012-03-22 19:52:45 +0800
committermich <mich@FreeBSD.org>2012-03-22 19:52:45 +0800
commit53f1462f70abb8684d0d52c0d376a51f249313dd (patch)
tree48eebbea1c684338e7ab0dcf26f7534c8986a31d /net
parent5121f06146d771ddb7eb30d68406b5fcc42ad7df (diff)
downloadfreebsd-ports-gnome-53f1462f70abb8684d0d52c0d376a51f249313dd.tar.gz
freebsd-ports-gnome-53f1462f70abb8684d0d52c0d376a51f249313dd.tar.zst
freebsd-ports-gnome-53f1462f70abb8684d0d52c0d376a51f249313dd.zip
- Add missing DEPENDS, add TEST_DEPENDS
PR: ports/165835 Submitted by: Steve Wills <swills@freebsd.org> Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Whois-RIPE/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile
index 4dc33b3a8cd2..e59d73a2002c 100644
--- a/net/p5-Net-Whois-RIPE/Makefile
+++ b/net/p5-Net-Whois-RIPE/Makefile
@@ -16,7 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mich@FreeBSD.org
COMMENT= Implementation of RIPE Whois
-RUN_DEPENDS= p5-Iterator-Util>=0:${PORTSDIR}/devel/p5-Iterator-Util
+BUILD_DEPENDS= p5-Iterator-Util>=0:${PORTSDIR}/devel/p5-Iterator-Util
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes