ecf34db8e5
and slightly modified by me. Python binding for GeoIP, which enables the user to find the country that any IP address or hostname originates from.
19 lines
496 B
Makefile
19 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 18:45:42 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= GeoIP-Python-1.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-GeoIP-1.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.maxmind.com/download/geoip/api/python/
|
|
|
|
MAINTAINER= bartosz@atom.eu.org
|
|
HOMEPAGE= http://www.maxmind.com/app/python
|
|
COMMENT= GeoIP support for Python
|
|
|
|
USE_BUILDLINK3= yes
|
|
PYDISTUTILSPKG= yes
|
|
PYBINMODULE= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../net/GeoIP/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|