mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
555 B
Makefile
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"
|