freebsd-ports/graphics/py-fiona/Makefile
Mathieu Arnold c6c1f2c854 s/FLAVOR/PY_FLAVOR/.
Pointy hat:	wen
Sponsored by:	Absolight
2018-07-09 08:45:12 +00:00

26 lines
767 B
Makefile

# $FreeBSD$
PORTNAME= Fiona
DISTVERSION= 1.7.12
#DISTVERSIONSUFFIX= .post2
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
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} \
${PY_ENUM34}
LIB_DEPENDS+= libgdal.so:graphics/gdal
USES= python
USE_PYTHON= autoplist distutils cython
.include <bsd.port.mk>