mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Add BUILD_DEPENDS to silence build warnings
PR: ports/159851 Submitted by: swills (me) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
This commit is contained in:
parent
700f850430
commit
d9b69787ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280045
@ -15,10 +15,11 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Low-level perlish interface for working with Amazon SimpleDB service
|
||||
|
||||
RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
|
||||
BUILD_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
||||
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user