128ed91c18
1.3.0 (2015-08-11) ------------------ - Add utility to generate geometries with random data - https://github.com/frewsxcv/python-geojson/pull/60
16 lines
462 B
Makefile
16 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/08/14 17:13:00 kleink Exp $
|
|
|
|
DISTNAME= geojson-1.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= geography python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/g/geojson/
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://github.com/frewsxcv/python-geojson/
|
|
COMMENT= Python bindings and utlities for GeoJSON
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|