2011-10-31 10:08:55 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2011/10/31 09:08:55 obache Exp $
|
2004-03-07 19:45:42 +01:00
|
|
|
#
|
|
|
|
|
2011-10-31 10:08:55 +01:00
|
|
|
DISTNAME= GeoIP-Python-1.2.7
|
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
|
|
|
|
|
2011-10-31 10:08:55 +01:00
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
2004-03-07 19:45:42 +01:00
|
|
|
|
2011-10-31 10:08:55 +01:00
|
|
|
.include "../../lang/python/distutils.mk"
|
2004-03-07 19:45:42 +01:00
|
|
|
.include "../../net/GeoIP/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|