diff options
author | heinz <heinz> | 2008-02-07 19:41:40 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-02-07 19:41:40 +0000 |
commit | 33e88ae7492cfd97e04cabc67a574ff5ef8f2137 (patch) | |
tree | 0a04587e198bc6aede1f40f16e15e88bc548ab8f /net/p5-Geo-IP/Makefile | |
parent | 5e4a8c07d3ee379631731e300d2517f0ba093171 (diff) | |
download | pkgsrc-33e88ae7492cfd97e04cabc67a574ff5ef8f2137.tar.gz |
Updated to version 1.30.
Pkgsrc changes:
- The package supports installation to DESTDIR.
- A C compiler is necessary.
Changes since version 1.27:
=====================================
1.30 December 16th 2007
- Add GEOIP_MMAP_CACHE support ( Peter Shipley )
- Added last_netmask - gets netmask of network block from last lookup
- Merged in Geo::IP::PurePerl code, PurePerl code is mostly
API compatible with XS code, except for charset functions
- Added set_charset - enables UTF8 output of city name
1.28 July 4th 2007
- Added support for region name lookup in GeoIP City API
- Fixed database_info method (Ken Neighbors)
Diffstat (limited to 'net/p5-Geo-IP/Makefile')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 8142404a985..7e7909b60a2 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2007/04/04 15:03:06 tv Exp $ +# $NetBSD: Makefile,v 1.13 2008/02/07 19:41:40 heinz Exp $ # -DISTNAME= Geo-IP-1.27 +DISTNAME= Geo-IP-1.30 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} @@ -10,8 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.maxmind.com/geoip/api/perl.shtml COMMENT= Gets country name by IP or hostname +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= c + PERL5_PACKLIST= auto/Geo/IP/.packlist MAKE_PARAMS+= LIBS="-L${PREFIX:Q}/lib -Wl,-R${PREFIX:Q}/lib" MAKE_PARAMS+= INC="-I${PREFIX:Q}/include" |