mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
25e7b5dcef
- Update my mail address to FreeBSD
37 lines
868 B
Makefile
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>
|