056cf50b80
while here, let to register egg-info. 1.2.7 2011-08-23 * Add example test_netspeedcell.py ( Boris Zentner ) 1.2.6 2011-06-06 * Add new methods record_by_name_v6 and record_by_addr_v6 to support GeoIPCityv6 databases. ( Boris Zentner ) 1.2.5 2011-05-10 * Remove Confidence and Accuracy Database it is unsued anyway. ( Boris Zentner ) * Add new methods enable_teredo, teredo, time_zone_by_country_and_region and lib_version ( Boris Zentner ) * Add support for Confidence and Accuracy Database. * Add support for Netspeed Database. via: id_by_addr id_by_name * Add IPv6 glue *** needs libGeoIP 1.4.7 *** country_code_by_name_v6 country_name_by_name_v6 country_code_by_addr_v6 country_name_by_addr_v6 ( Boris Zentner )
20 lines
549 B
Makefile
20 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/10/31 09:08:55 obache Exp $
|
|
#
|
|
|
|
DISTNAME= GeoIP-Python-1.2.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/
|
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
|
HOMEPAGE= http://www.maxmind.com/app/python
|
|
COMMENT= GeoIP support for Python
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../net/GeoIP/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|