mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
918af088fa
commit
929adda13d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294449
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue