2018-06-27 14:32:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Fiona
|
2018-08-22 16:38:43 +02:00
|
|
|
DISTVERSION= 1.7.13
|
2018-06-27 14:32:16 +02:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
|
|
COMMENT= OGR's neat and nimble API for Python programmers
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2018-07-09 10:45:12 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/py-cligj@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}click-plugins>0:devel/py-click-plugins@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}munch>0:devel/py-munch@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${PY_FLAVOR} \
|
2018-06-27 14:32:16 +02:00
|
|
|
${PY_ENUM34}
|
|
|
|
LIB_DEPENDS+= libgdal.so:graphics/gdal
|
|
|
|
|
2019-01-16 06:19:13 +01:00
|
|
|
USES= compiler:c++11-lang python
|
2018-06-27 14:32:16 +02:00
|
|
|
USE_PYTHON= autoplist distutils cython
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|