aboutsummaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-Server-IRC
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commita9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /irc/p5-POE-Component-Server-IRC
parent4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff)
downloadports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.gz
ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.zip
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412347
Diffstat (limited to 'irc/p5-POE-Component-Server-IRC')
-rw-r--r--irc/p5-POE-Component-Server-IRC/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/irc/p5-POE-Component-Server-IRC/Makefile b/irc/p5-POE-Component-Server-IRC/Makefile
index 3d189700226f..a49d675c663f 100644
--- a/irc/p5-POE-Component-Server-IRC/Makefile
+++ b/irc/p5-POE-Component-Server-IRC/Makefile
@@ -15,17 +15,17 @@ COMMENT= Fully event-driven networkable IRC server daemon module
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
- p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils \
- p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
- p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \
- p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
- p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \
- p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \
- p5-POE-Component-Syndicator>=0.04:${PORTSDIR}/devel/p5-POE-Component-Syndicator \
- p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \
- p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
- p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib
+RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:security/p5-Crypt-PasswdMD5 \
+ p5-IRC-Utils>=0.10:irc/p5-IRC-Utils \
+ p5-Net-Netmask>=1.9012:net-mgmt/p5-Net-Netmask \
+ p5-POE>=0.9999:devel/p5-POE \
+ p5-POE-Component-Client-DNS>=1:dns/p5-POE-Component-Client-DNS \
+ p5-POE-Component-Client-Ident>=1:net/p5-POE-Component-Client-Ident \
+ p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \
+ p5-POE-Component-Syndicator>=0.04:devel/p5-POE-Component-Syndicator \
+ p5-POE-Component-SSLify>=0:security/p5-POE-Component-SSLify \
+ p5-POE-Filter-IRCD>=2.2:irc/p5-POE-Filter-IRCD \
+ p5-POE-Filter-Zlib>0:archivers/p5-POE-Filter-Zlib
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5