2016-11-18 22:39:22 +01:00

18 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:59 wiz Exp $
DISTNAME= GeoIP-Python-1.2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
CATEGORIES= net python geography
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
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.7
.include "../../lang/python/distutils.mk"
.include "../../net/GeoIP/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"