1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/py-shapely/Makefile
Martin Wilke d86726fda7 - Update to 1.0.7
PR:		126757
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-25 16:37:08 +00:00

23 lines
485 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.7
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>