Files
2025-04-29 10:39:05 +00:00

25 lines
444 B
Makefile

COMMENT = WebSocket handler for the gevent pywsgi server
MODPY_DISTV = 0.10.1
DISTNAME = gevent-websocket-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = net
HOMEPAGE = https://www.gitlab.com/noppo/gevent-websocket/
MAINTAINER = George Rosamond <george@nycbug.org>
# Apache2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/py-gevent
.include <bsd.port.mk>