opnsense-ports/devel/py-pyqtree/Makefile
Franco Fichtner b41dd5c5bc */*: sync with upstream
Taken from: HardenedBSD
2017-08-31 07:01:12 +02:00

21 lines
465 B
Makefile

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