freebsd-ports/devel/py-shapely/Makefile
Pav Lucistnik 498ae40c8d - Update to 1.0.11
PR:		ports/129145
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:	wen heping <wenheping@gmail.com> (maintainer)
2008-12-17 17:15:30 +00:00

22 lines
486 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.0.11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Python Package for Manipulation 2D Geospatial Geometry
LIB_DEPENDS= geos_c.5:${PORTSDIR}/graphics/geos
USE_PYTHON= 2.5
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>