freebsd-ports/devel/py-shapely/Makefile
2016-09-04 11:04:52 +00:00

20 lines
413 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Shapely
PORTVERSION= 1.5.17
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>