# Ports collection makefile for: py-geojson # Date created: 03 July, 2008 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= geojson PORTVERSION= 1.0.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org 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 INSTALL.txt LICENSE.txt \ README.txt VERSION.txt USE_PYTHON= 2.5+ 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
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 20120405jlaffaye2012-05-154-30/+23
* - Fixed authenticaton to database != 0scheidell2012-01-192-1/+25
* Bump Go packages for the new Go release.jlaffaye2011-11-271-1/+1
* Bump go packages for new go releasejlaffaye2011-10-071-0/+1
* Update to 20110803 to compile with latest Go release.jlaffaye2011-09-232-7/+5