345b8a0514
-------------- - Fix regression: Pull request ``892`` prevented Werkzeug from correctly logging the IP of a remote client behind a reverse proxy, even when using `ProxyFix`. - Fix a bug in `safe_join` on Windows.
17 lines
477 B
Text
17 lines
477 B
Text
# $NetBSD: Makefile.common,v 1.18 2017/05/31 08:24:38 adam Exp $
|
|
# used by www/py-werkzeug/Makefile
|
|
# used by www/py-werkzeug-docs/Makefile
|
|
|
|
DISTNAME= Werkzeug-0.12.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Werkzeug/}
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../www/py-werkzeug/patches
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://werkzeug.pocoo.org/
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= pax
|