mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix dependnecy
PR: 138883 Submitted by: Vivek Khera <vivek@khera.org> Feature safe: yes
This commit is contained in:
parent
c24047404a
commit
b5c0cb5ee5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241773
1 changed files with 3 additions and 2 deletions
|
@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol
|
||||
|
||||
BUILD_DEPENDS= p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
BUILD_DEPENDS+= p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
RUN_DEPENDS+= p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= 5.8.0+ # Require perl 5.8.x due to XML::Stream
|
||||
PERL_MODBUILD= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue