freebsd-ports/devel/py-pyshp/Makefile
Danilo G. Baio 34f1badce8 New port devel/py-pyshp: Pure Python read/write support for ESRI Shapefile format
The Python Shapefile Library (pyshp) provides read and write support for the
Esri Shapefile format. The Shapefile format is a popular Geographic Information
System vector data format created by Esri.

WWW: https://github.com/GeospatialPython/pyshp
2017-08-30 00:08:50 +00:00

20 lines
391 B
Makefile

# $FreeBSD$
PORTNAME= pyshp
PORTVERSION= 1.2.12
CATEGORIES= devel python geography
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Pure Python read/write support for ESRI Shapefile format
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>