pkgsrc/net/py-GeoIP/Makefile
joerg 25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00

19 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/03/05 18:51:30 joerg Exp $
#
DISTNAME= GeoIP-Python-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
CATEGORIES= net python
MASTER_SITES= http://www.maxmind.com/download/geoip/api/python/
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://www.maxmind.com/app/python
COMMENT= GeoIP support for Python
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../net/GeoIP/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"