aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-04-10 06:32:59 +0800
committerswills <swills@FreeBSD.org>2012-04-10 06:32:59 +0800
commit79075b66af7caeabe5b8c9f266612db869f4cc09 (patch)
tree79d25ea1bb840753368337a59a43be574eb4f56f /net
parenta6ee8a03dd0a71609f029f418498c82421aa0ab3 (diff)
downloadfreebsd-ports-gnome-79075b66af7caeabe5b8c9f266612db869f4cc09.tar.gz
freebsd-ports-gnome-79075b66af7caeabe5b8c9f266612db869f4cc09.tar.zst
freebsd-ports-gnome-79075b66af7caeabe5b8c9f266612db869f4cc09.zip
- Add missing BUILD_DEPENDS
- Avoid use of SITE_PERL in DEPENDS - Add TEST_DEPENDS PR: ports/165828 Approved by: maintainer timeout (clsung, >1 month) Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Random/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Random/Makefile b/net/p5-Net-Random/Makefile
index bd8f8fbe6374..3bab5776bd44 100644
--- a/net/p5-Net-Random/Makefile
+++ b/net/p5-Net-Random/Makefile
@@ -14,7 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= A perl5 module to get random data from online sources
-RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
PERL_CONFIGURE= YES