ports/net/py-websockets/Makefile

29 lines
489 B
Makefile

COMMENT = Python library for building WebSocket servers and clients
MODPY_EGG_VERSION = 10.3
DISTNAME = websockets-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = net
HOMEPAGE = https://websockets.readthedocs.io/en/stable/
MAINTAINER = George Rosamond <george@nycbug.org>
# BSD3
PERMIT_PACKAGE = Yes
WANTLIB += pthread
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVOR = python3
FLAVORS = python3
.include <bsd.port.mk>