diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-01 10:53:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-01 10:53:48 +0000 |
commit | 9581436a3fc9e92fb7ff0dac2ea0bc45588e4622 (patch) | |
tree | 44d0292389167ce2be8f73371bbe1b3d9f6f2f75 /dns/p5-POE-Component-Client-DNS-Recursive/Makefile | |
parent | e90168c14885f70eba638e96d341d6bc1684148c (diff) |
Notes
Diffstat (limited to 'dns/p5-POE-Component-Client-DNS-Recursive/Makefile')
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile index feda0c8681a9..a29e3f58b946 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -6,22 +6,21 @@ # PORTNAME= POE-Component-Client-DNS-Recursive -PORTVERSION= 1.02 +PORTVERSION= 1.04 CATEGORIES= dns perl5 MASTER_SITES= CPAN -#MASTER_SITE_SUBDIR= CPAN:BINGOS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A recursive DNS client for POE -BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal \ + p5-POE>=1.004:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= POE::Component::Client::DNS::Recursive.3 +MAN3= POE::Component::Client::DNS::Recursive.3 .include <bsd.port.mk> |