diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-14 22:26:37 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-14 22:26:37 +0000 |
commit | db0ebc9499d9e83a7facb9785799a902707c4cf2 (patch) | |
tree | 76861a37e75b0f30e1cfecbd48d49dc2160f6d40 /net/p5-Geo-IP | |
parent | b021cc6ecb40def5db49e80731d772da2672ccc2 (diff) | |
download | ports-db0ebc9499d9e83a7facb9785799a902707c4cf2.tar.gz ports-db0ebc9499d9e83a7facb9785799a902707c4cf2.zip |
Chase GeoIP shared library version bump.
Notes
Notes:
svn path=/head/; revision=170638
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 2f9ff954b610..2cfe7c582bfb 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Geo-IP PORTVERSION= 1.27 -PORTREVISION= 0 +PORTREVISION= 1 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.4:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include' |