- 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
This commit is contained in:
Steve Wills 2012-04-09 22:32:59 +00:00
parent 918af088fa
commit 929adda13d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294449

View file

@ -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