aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-POE-Component-Client-DNS-Recursive/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-03-01 18:53:48 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-03-01 18:53:48 +0800
commitbae4237e7066b19f25464b3d93b856e33ea52256 (patch)
treeb3cc1c9e6f3cea0afc57e3423798c368a06b65e9 /dns/p5-POE-Component-Client-DNS-Recursive/Makefile
parent33a34f97be2c4c567c909d0060f4d0ab8cd8adcf (diff)
downloadfreebsd-ports-gnome-bae4237e7066b19f25464b3d93b856e33ea52256.tar.gz
freebsd-ports-gnome-bae4237e7066b19f25464b3d93b856e33ea52256.tar.zst
freebsd-ports-gnome-bae4237e7066b19f25464b3d93b856e33ea52256.zip
- Update to 1.04
- Sort *_DEPENDS Changes: http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/Changes
Diffstat (limited to 'dns/p5-POE-Component-Client-DNS-Recursive/Makefile')
-rw-r--r--dns/p5-POE-Component-Client-DNS-Recursive/Makefile11
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>