View | Details | Raw Unified | Return to bug 138883
Collapse All | Expand All

(-)p5-Net-XMPP/Makefile (-2 / +3 lines)
Lines 14-22 Link Here
14
MAINTAINER=	perl@FreeBSD.org
14
MAINTAINER=	perl@FreeBSD.org
15
COMMENT=	Net::XMPP provides Perl Developer access to the XMPP protocol
15
COMMENT=	Net::XMPP provides Perl Developer access to the XMPP protocol
16
16
17
BUILD_DEPENDS=	p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \
17
BUILD_DEPENDS+=	p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \
18
		p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1
19
RUN_DEPENDS+=	p5-XML-Stream>=1.22:${PORTSDIR}/textproc/p5-XML-Stream \
18
		p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1
20
		p5-Digest-SHA1>=1.02:${PORTSDIR}/security/p5-Digest-SHA1
19
RUN_DEPENDS=	${BUILD_DEPENDS}
20
21
21
USE_PERL5=	5.8.0+	# Require perl 5.8.x due to XML::Stream
22
USE_PERL5=	5.8.0+	# Require perl 5.8.x due to XML::Stream
22
PERL_MODBUILD=	yes
23
PERL_MODBUILD=	yes

Return to bug 138883