freebsd-ports/devel/py-pyshp/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

19 lines
395 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
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>