opnsense-ports/devel/py-shapely/Makefile
Franco Fichtner 6e643ad359 */*: sync with upstream
Taken from: FreeBSD
2016-06-02 06:58:32 +02:00

20 lines
413 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Shapely
PORTVERSION= 1.5.16
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Package for Manipulation 2D Geospatial Geometry
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libgeos_c.so:graphics/geos
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>