diff options
-rw-r--r-- | net-im/p5-Net-XMPP/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/p5-Net-XMPP/Makefile b/net-im/p5-Net-XMPP/Makefile index 5ea0ba1b947d..328776ad9f94 100644 --- a/net-im/p5-Net-XMPP/Makefile +++ b/net-im/p5-Net-XMPP/Makefile @@ -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 |