aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Random
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-04-09 22:32:59 +0000
committerSteve Wills <swills@FreeBSD.org>2012-04-09 22:32:59 +0000
commit929adda13dc1e11a4d5cbda9c42c34a98f28cc70 (patch)
tree03f1e471af0aec96979744b975454f7f42ec701a /net/p5-Net-Random
parent918af088fa8c626890cc0b9ca2c6e8a88802ba31 (diff)
downloadports-929adda13dc1e11a4d5cbda9c42c34a98f28cc70.tar.gz
ports-929adda13dc1e11a4d5cbda9c42c34a98f28cc70.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
Notes
Notes: svn path=/head/; revision=294449
Diffstat (limited to 'net/p5-Net-Random')
-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