- Fix dependnecy

PR:		138883
Submitted by:	Vivek Khera <vivek@khera.org>
Feature safe:	yes
This commit is contained in:
Martin Wilke 2009-09-19 20:38:21 +00:00
parent c24047404a
commit b5c0cb5ee5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241773

View file

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