pkgsrc/net/p5-Geo-IP/Makefile
he 5e892b3e1f Update from version 1.33 to 1.34.
Pkgsrc changes:
 o Add a commented-out HOMEPAGE using search.cpan.org

Upstream changes:
1.34 August 4th 2008
	- Add Geo::IP::Record::region_name to the PurePerl API (Boris Zentner)
	- Add missing record_by_name function to the PurePerl API
	  (Boris Zentner)
	- Add missing country/country code 'Other' for the pureperl
	  fallback (Boris Zentner)
	- Fix trash of $_ in Geo::Mirror (Boris Zentner)
	- Geo::Mirror die, if open failed (Boris Zentner)
	- Fix pureperl time_zone for countries with region codes,
	  but only one time_zone (Boris Zentner)
	- Add continent_code to the pureperl and C API (Boris Zentner)
	- minimum perl version is 5.6 now (Boris Zentner)
2008-08-07 09:14:03 +00:00

25 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.15 2008/08/07 09:14:03 he Exp $
#
DISTNAME= Geo-IP-1.34
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.maxmind.com/geoip/api/perl.shtml
#HOMEPAGE= http://search.cpan.org/dist/Geo-IP/
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"
.include "../../lang/perl5/module.mk"
.include "../../net/GeoIP/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"