SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
net/py-websocket-client/Makefile
Normal file
27
net/py-websocket-client/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
COMMENT = WebSocket client for Python
|
||||
|
||||
MODPY_EGG_VERSION = 1.4.2
|
||||
DISTNAME = websocket-client-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-websocket-client-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = https://github.com/websocket-client/websocket-client/
|
||||
|
||||
# Apache 2
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_PI_DIR = w/websocket-client
|
||||
MODPY_PYBUILD = setuptools
|
||||
|
||||
MODULES = lang/python
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
# optional (also optional: wsaccel, not ported)
|
||||
RUN_DEPENDS = net/py-socks${MODPY_FLAVOR}
|
||||
|
||||
TEST_DEPENDS = net/py-websockets${MODPY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue