diff options
Diffstat (limited to 'dns/p5-POE-Component-Client-DNSBL/Makefile')
-rw-r--r-- | dns/p5-POE-Component-Client-DNSBL/Makefile | 6 |
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 |