Files
pkgsrc-ng/geography/py-geojson/Makefile
2016-11-18 22:39:22 +01:00

18 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:33 wiz Exp $
DISTNAME= geojson-1.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=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"