ada68c3c97
From Changes: 1.27 September 8th 2005 - Fixed Autoloader/open issue (Alexander Vasiljev) - Fixed compilation error in Perl 5.005 with semicolon in GeoIP_database_info in IP.xs (Stephen Schulte) - Added support for open_type (Frank Mather) 1.26 May 19th 2005 - Fixed segfault issue if non-resolvable domain name is passed to region_by_addr or region_by_name - Added support for GEOIP_INDEX_CACHE - which just caches the most frequently accessed index portion of the database, resulting in faster lookups than GEOIP_STANDARD, but less memory usage than GEOIP_MEMORY_CACHE
19 lines
492 B
Makefile
19 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/06/05 16:39:38 tv Exp $
|
|
#
|
|
|
|
DISTNAME= Geo-IP-1.27
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
|
|
|
|
MAINTAINER= tv@NetBSD.org
|
|
HOMEPAGE= http://www.maxmind.com/geoip/api/perl.shtml
|
|
COMMENT= Gets country name by IP or hostname
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Geo/IP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../net/GeoIP/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|