aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-POE-Component-Client-DNSBL
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /dns/p5-POE-Component-Client-DNSBL
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'dns/p5-POE-Component-Client-DNSBL')
-rw-r--r--dns/p5-POE-Component-Client-DNSBL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/p5-POE-Component-Client-DNSBL/Makefile b/dns/p5-POE-Component-Client-DNSBL/Makefile
index 4cbfd9112d86..12b0914ecbbe 100644
--- a/dns/p5-POE-Component-Client-DNSBL/Makefile
+++ b/dns/p5-POE-Component-Client-DNSBL/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl POE component that provides non-blocking DNSBL lookups
-BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \
- p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal \
- p5-POE-Component-Client-DNS>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
+BUILD_DEPENDS= p5-POE>=1.004:devel/p5-POE \
+ p5-Net-IP-Minimal>=0:net/p5-Net-IP-Minimal \
+ p5-POE-Component-Client-DNS>=0:dns/p5-POE-Component-Client-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5