28 lines
442 B
Makefile
28 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:51:03 sthen Exp $
|
|
|
|
COMMENT = http proxying tools for wsgi apps
|
|
|
|
MODPY_EGG_VERSION = 0.2.2
|
|
DISTNAME = WSGIProxy-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME:L}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = www devel
|
|
|
|
HOMEPAGE = http://pythonpaste.org/wsgiproxy/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = www/py-paste
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|