32 lines
634 B
Makefile
32 lines
634 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/11/23 18:05:49 sthen Exp $
|
|
|
|
COMMENT = WebSocket client & server library, WAMP real-time framework
|
|
|
|
MODPY_EGG_VERSION = 19.3.3
|
|
DISTNAME = autobahn-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://github.com/crossbario/autobahn-python
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
BUILD_DEPENDS = devel/py-txaio${MODPY_FLAVOR}>=18.8.1 \
|
|
devel/py-six${MODPY_FLAVOR}
|
|
|
|
# requires an update to unittest and then traceback2 and linecache2
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|