aboutsummaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Jabber
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/p5-POE-Component-Jabber
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Notes
Diffstat (limited to 'net/p5-POE-Component-Jabber')
-rw-r--r--net/p5-POE-Component-Jabber/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-POE-Component-Jabber/Makefile b/net/p5-POE-Component-Jabber/Makefile
index de09dd39c1a3..993b10287de8 100644
--- a/net/p5-POE-Component-Jabber/Makefile
+++ b/net/p5-POE-Component-Jabber/Makefile
@@ -11,14 +11,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= POE Component for communicating over Jabber
-BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
- p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
- p5-Filter-Template>=0:${PORTSDIR}/devel/p5-Filter-Template \
- p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
- p5-POE-Component-PubSub>=0:${PORTSDIR}/net/p5-POE-Component-PubSub \
- p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \
- p5-POE-Filter-XML>=0:${PORTSDIR}/textproc/p5-POE-Filter-XML \
- p5-POE>=0:${PORTSDIR}/devel/p5-POE
+BUILD_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \
+ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
+ p5-Filter-Template>=0:devel/p5-Filter-Template \
+ p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
+ p5-POE-Component-PubSub>=0:net/p5-POE-Component-PubSub \
+ p5-POE-Component-SSLify>=0:security/p5-POE-Component-SSLify \
+ p5-POE-Filter-XML>=0:textproc/p5-POE-Filter-XML \
+ p5-POE>=0:devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix