diff -Nru p5-Net-XMPP.old/Makefile p5-Net-XMPP/Makefile --- p5-Net-XMPP.old/Makefile 2008-01-04 18:48:20.000000000 -0500 +++ p5-Net-XMPP/Makefile 2009-09-16 12:01:54.000000000 -0400 @@ -14,9 +14,10 @@ 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