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>
|