From 32e8646bd707683ef9d019c9f5419e6d8a48d7bd Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 18 Jul 2008 12:38:21 +0000 Subject: A reference implementation of the PythonGeoInterface and the GeoJSON. WWW: http://pypi.python.org/pypi/geojson/ PR: ports/125208 Submitted by: Wen Heping --- devel/py-geojson/Makefile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 devel/py-geojson/Makefile (limited to 'devel/py-geojson/Makefile') diff --git a/devel/py-geojson/Makefile b/devel/py-geojson/Makefile new file mode 100644 index 000000000000..5057f77395ce --- /dev/null +++ b/devel/py-geojson/Makefile @@ -0,0 +1,36 @@ +# Ports collection makefile for: py-geojson +# Date created: 03 July, 2008 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= geojson +PORTVERSION= 1.0b1 +CATEGORIES= devel geography python +MASTER_SITES= ${MASTER_SITE_CHEESESHOP} +MASTER_SITE_SUBDIR= source/g/geojson/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wenheping@gmail.com +COMMENT= Python's Encoder/decoder for simple GIS features + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson + +DOCSFILE= CHANGES.txt CREDITS.txt DEPENDENCIES.txt FAQ.txt \ + GeoInterface.txt HISTORY.txt INSTALL.txt LICENSE.txt \ + README.txt VERSION.txt + +USE_PYTHON= 2.4+ +USE_PYDISTUTILS=easy_install +PYDISTUTILS_NOEGGINFO= yes + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${DOCSFILE} + @cd ${WRKSRC} && ${CP} ${f} ${DOCSDIR} +.endfor +.endif + +.include -- cgit v1.2.3