Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

20 lines
435 B
Makefile

PORTNAME= pyqtree
PORTVERSION= 0.24
CATEGORIES= devel python geography
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyqtree-${PORTVERSION}
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Pure Python quad tree spatial index for GIS or rendering usage
WWW= https://github.com/karimbahgat/Pyqtree
LICENSE= MIT
NO_ARCH= yes
USES= python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>