Add geography to CATEGORIES.

Mark as not ready for python-3.x.
This commit is contained in:
wiz 2014-01-25 09:08:32 +00:00
parent d8ddffa21a
commit 66b66405f5

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:01 asau Exp $
#
# $NetBSD: Makefile,v 1.13 2014/01/25 09:08:32 wiz Exp $
DISTNAME= GeoIP-Python-1.2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
CATEGORIES= net python
CATEGORIES= net python geography
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/
MAINTAINER= bartosz.kuzma@gmail.com
@ -13,6 +12,8 @@ LICENSE= gnu-lgpl-v2.1
EGG_NAME= ${DISTNAME:S/-/_/}
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.7
.include "../../lang/python/distutils.mk"
.include "../../net/GeoIP/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"