MapProxy is an open source proxy for geospatial data. It caches, accelerates and transforms data from existing map services and serves any desktop or web GIS client. It supports WMS-C, TMS and WMTS protocols. MapProxy is a tile cache, but also offers many new and innovative features like full support for WMS clients. ok ajacoutot@ sthen@
32 lines
658 B
Makefile
32 lines
658 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/08/26 18:47:04 landry Exp $
|
|
|
|
COMMENT = GIS WMTS/TMS tile caching server
|
|
|
|
GH_TAGNAME = 1.7.1
|
|
GH_PROJECT = mapproxy
|
|
GH_ACCOUNT = mapproxy
|
|
DISTNAME = ${GH_PROJECT}-${GH_TAGNAME}
|
|
|
|
CATEGORIES = geo www
|
|
|
|
HOMEPAGE = http://www.mapproxy.org/
|
|
# apache v2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
SUBST_VARS += GH_TAGNAME
|
|
|
|
RUN_DEPENDS = textproc/py-yaml \
|
|
textproc/py-lxml \
|
|
graphics/py-Pillow>2.4.0
|
|
|
|
TEST_DEPENDS = ${RUN_DEPENDS} \
|
|
devel/py-nose \
|
|
www/py-webtest
|
|
# some tests need mocker from https://labix.org/mocker
|
|
|
|
.include <bsd.port.mk>
|