aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-pgeodns/Makefile
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-03-01 00:21:16 +0800
committerswills <swills@FreeBSD.org>2012-03-01 00:21:16 +0800
commit785b203ec76ee3bb39e1bdd7b5ee1b8773ed2985 (patch)
treee9078002f6db5e7c138d678ef70ed1e79a06acdf /dns/p5-pgeodns/Makefile
parentd288da2176663ef1dc930995d710e0f41090a756 (diff)
downloadfreebsd-ports-gnome-785b203ec76ee3bb39e1bdd7b5ee1b8773ed2985.tar.gz
freebsd-ports-gnome-785b203ec76ee3bb39e1bdd7b5ee1b8773ed2985.tar.zst
freebsd-ports-gnome-785b203ec76ee3bb39e1bdd7b5ee1b8773ed2985.zip
- Update to 1.41
- Add TEST_DEPENDS to enable testing - Add patch to fix tests, submitted upstream
Diffstat (limited to 'dns/p5-pgeodns/Makefile')
-rw-r--r--dns/p5-pgeodns/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/dns/p5-pgeodns/Makefile b/dns/p5-pgeodns/Makefile
index 9ede860d4022..39a970ea6dad 100644
--- a/dns/p5-pgeodns/Makefile
+++ b/dns/p5-pgeodns/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= pgeodns
-PORTVERSION= 1.32
+PORTVERSION= 1.41
CATEGORIES= dns perl5
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= http://cloud.github.com/downloads/abh/pgeodns/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@@ -18,9 +18,11 @@ BUILD_DEPENDS= p5-Geo-IP>=0:${PORTSDIR}/net/p5-Geo-IP \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
PERL_CONFIGURE= yes
-MAN1= pgeodns.pl.1
+NO_MANCOMPRESS= no
+MAN1= pgeodns.1
.include <bsd.port.mk>