summaryrefslogtreecommitdiff
path: root/net-im/sendxmpp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-17 11:54:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-17 11:54:08 +0000
commit6786c1e2360161a8797286091f6190b8183c5d37 (patch)
treed156e3329dc50530003576bd3a3dce471cb63860 /net-im/sendxmpp
parent- Update to 4.3.3 (diff)
- Fix dependendy
PR: 138884 Submitted by: Vivek Khera <vivek@khera.org> Approved by: maintainer Feature safe: yes
Notes
Notes: svn path=/head/; revision=241565
Diffstat (limited to 'net-im/sendxmpp')
-rw-r--r--net-im/sendxmpp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile
index a2a920e46d90..ff819f0f1f20 100644
--- a/net-im/sendxmpp/Makefile
+++ b/net-im/sendxmpp/Makefile
@@ -7,14 +7,15 @@
PORTNAME= sendxmpp
PORTVERSION= 0.0.8
+PORTREVISION= 1
CATEGORIES= net-im perl5
MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/
MAINTAINER= mek@mek.uz.ua
COMMENT= Perl-script to send xmpp (jabber) messages
-BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \
+ p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL
PERL_CONFIGURE= yes