Line 0
Link Here
|
|
|
1 |
# Created by: Loïc BARTOLETTI <lbartoletti@tuxfamily.org> |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= pyqtree |
5 |
PORTVERSION= 0.24 |
6 |
CATEGORIES= devel python geography |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
DISTNAME= Pyqtree-${PORTVERSION} |
10 |
|
11 |
MAINTAINER= lbartoletti@tuxfamily.org |
12 |
COMMENT= Pure Python quad tree spatial index for GIS or rendering usage |
13 |
|
14 |
LICENSE= MIT |
15 |
|
16 |
NO_ARCH= yes |
17 |
|
18 |
USES= python zip |
19 |
USE_PYTHON= autoplist distutils |
20 |
|
21 |
.include <bsd.port.mk> |
22 |
native |
23 |
FreeBSD=%H |
24 |
text/plain |