34f1badce8
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
20 lines
391 B
Makefile
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>
|