Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

22 lines
466 B
Makefile

# Created by: Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyqtree
PORTVERSION= 0.24
CATEGORIES= devel python geography
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyqtree-${PORTVERSION}
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Pure Python quad tree spatial index for GIS or rendering usage
LICENSE= MIT
NO_ARCH= yes
USES= python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>