blob: f1b0dc976bf96f117e18d82089b2bc103e781f05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|