diff options
author | Michael Landin <mich@FreeBSD.org> | 2012-03-22 11:52:45 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2012-03-22 11:52:45 +0000 |
commit | 4e62ff9a35c4ebcea04a0e4bc72153d66986c375 (patch) | |
tree | b3fb608f161d5a1097183da90307882335e43b5a /net/p5-Net-Whois-RIPE | |
parent | 347254b1e59a8e33c0e452ea0fb36b0eca3625a4 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Whois-RIPE')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 4 |
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 |