# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD: head/devel/py-shapely/Makefile 412346 2016-04-01 14:00:51Z mat $

PORTNAME=	Shapely
PORTVERSION=	1.5.15
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>