summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-03-17 04:27:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-03-17 04:27:02 +0000
commitcd665ecec7927c2d7cec6f426d55fcf3d8a846ec (patch)
tree226d6867d26ca4c1af1ff147f01b782e15cd22b5 /net-im
parentkorean/unfonts-ttf||2012-03-16|Was divided into korean/unfonts-core and korea... (diff)
- Add missing BUILD_DEPENDS to silence build warnings and allow the port to work
- Sort DEPENDS - Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: 165768 Submitted by: swills@ Feature safe: yes
Notes
Notes: svn path=/head/; revision=293437
Diffstat (limited to 'net-im')
-rw-r--r--net-im/p5-Net-XMPP2/Makefile30
1 files changed, 21 insertions, 9 deletions
diff --git a/net-im/p5-Net-XMPP2/Makefile b/net-im/p5-Net-XMPP2/Makefile
index 21e575c2363b..3c8ddd0eaa41 100644
--- a/net-im/p5-Net-XMPP2/Makefile
+++ b/net-im/p5-Net-XMPP2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-XMPP2
PORTVERSION= 0.14
+PORTREVISION= 1
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Net
@@ -15,15 +16,26 @@ PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= An implementation of the XMPP Protocol
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
- ${SITE_PERL}/${PERL_ARCH}/Net/LibIDN.pm:${PORTSDIR}/dns/p5-Net-LibIDN \
- ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
- ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/${PERL_ARCH}/AnyEvent.pm:${PORTSDIR}/devel/p5-AnyEvent \
- ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
- ${SITE_PERL}/BS/Event.pm:${PORTSDIR}/devel/p5-BS-Event \
- ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
- ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer
+BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
+ p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
+ p5-BS-Event>=0:${PORTSDIR}/devel/p5-BS-Event \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN \
+ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
+ p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event \
+ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
+RUN_DEPENDS:= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
+ p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
+ p5-BS-Event>=0:${PORTSDIR}/devel/p5-BS-Event \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN \
+ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
+ p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event \
+ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
PERL_CONFIGURE= yes