freebsd-ports/devel/py-shapely/Makefile
Wen Heping 493875f83e - Update to 1.2.16
- Convert to new Makefile format
2012-09-27 08:42:42 +00:00

19 lines
431 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Shapely
PORTVERSION= 1.2.16
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Package for Manipulation 2D Geospatial Geometry
LIB_DEPENDS= geos_c:${PORTSDIR}/graphics/geos
CFLAGS+= -I${LOCALBASE}/include
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>