aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Geo-IP
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-05-30 15:19:41 +0800
committerleeym <leeym@FreeBSD.org>2004-05-30 15:19:41 +0800
commit6a61c9330545f5d318aae4221830dc3182ee5488 (patch)
tree5d7058410d99915bf2427a7db6d7f51314c0e62c /net/p5-Geo-IP
parent39dcd077c382040ba1fca64393e5640ca3a1d6e6 (diff)
downloadfreebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.tar.gz
freebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.tar.zst
freebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.zip
- net/GeoIP uses its own libtool even if we define USE_LIBTOOL*
- add missing @exec and remove old SIZE in net/GeoIP - update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION - utilize PORTDOCS in www/mod_geoip Noticed by: kris
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r--net/p5-Geo-IP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile
index 527e4201ed22..c10caf98e4de 100644
--- a/net/p5-Geo-IP/Makefile
+++ b/net/p5-Geo-IP/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Geo-IP
PORTVERSION= 1.21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.maxmind.com/download/geoip/api/perl/
@@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= seanc@FreeBSD.org
COMMENT= Gets country name by IP or hostname
-LIB_DEPENDS= GeoIP.3:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP
PERL_CONFIGURE= yes
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'