freebsd-ports/devel/py-shapely/Makefile
2010-11-12 02:26:28 +00:00

22 lines
482 B
Makefile

# New ports collection makefile for: py-shapely
# Date created: 10 July 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Shapely
PORTVERSION= 1.2.7
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.7:${PORTSDIR}/graphics/geos
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>