2010-01-22 14:45:57 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 2010/01/22 13:45:57 obache Exp $
|
2004-03-07 19:45:42 +01:00
|
|
|
#
|
|
|
|
|
2010-01-22 14:45:57 +01:00
|
|
|
DISTNAME= GeoIP-Python-1.2.4
|
2007-07-13 09:31:54 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
|
2004-07-22 11:15:59 +02:00
|
|
|
CATEGORIES= net python
|
2009-10-18 21:54:52 +02:00
|
|
|
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/
|
2004-03-07 19:45:42 +01:00
|
|
|
|
2007-07-13 09:31:54 +02:00
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
2004-03-07 19:45:42 +01:00
|
|
|
HOMEPAGE= http://www.maxmind.com/app/python
|
|
|
|
COMMENT= GeoIP support for Python
|
2010-01-22 14:45:57 +01:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2004-03-07 19:45:42 +01:00
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2004-03-07 19:45:42 +01:00
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../net/GeoIP/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|