diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-29 04:52:36 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-29 04:52:36 +0000 |
commit | ee406a9fe32cb31dda7d15b81feeb9293a8db95a (patch) | |
tree | 26b8d09e6a1008fc504fd71cddd9bb9d3a892b05 /dns/p5-POE-Component-Server-DNS | |
parent | 4db0639e545eb1414284a7732b53d95dd94b32b8 (diff) |
Notes
Diffstat (limited to 'dns/p5-POE-Component-Server-DNS')
-rw-r--r-- | dns/p5-POE-Component-Server-DNS/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dns/p5-POE-Component-Server-DNS/Makefile b/dns/p5-POE-Component-Server-DNS/Makefile index 18ce4f994590..b3792c7b513a 100644 --- a/dns/p5-POE-Component-Server-DNS/Makefile +++ b/dns/p5-POE-Component-Server-DNS/Makefile @@ -7,6 +7,7 @@ PORTNAME= POE-Component-Server-DNS PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Non-blocking, concurrent DNS server component -RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \ +BUILD_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \ p5-Net-DNS>=0.58:${PORTSDIR}/dns/p5-Net-DNS \ p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Generic>=0.09.10:${PORTSDIR}/net/p5-POE-Component-Generic + p5-POE-Component-Generic>=0.09.10:${PORTSDIR}/net/p5-POE-Component-Generic \ + p5-POE-Component-Client-DNS-Recursive>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS-Recursive +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |