1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/py-geojson/Makefile
Wen Heping 25e7b5dcef - Update to 1.0.1
- Update my mail address to FreeBSD
2009-11-29 13:41:32 +00:00

37 lines
868 B
Makefile

# Ports collection makefile for: py-geojson
# Date created: 03 July, 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= geojson
PORTVERSION= 1.0.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.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 <bsd.port.mk>