mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
21 lines
474 B
Makefile
21 lines
474 B
Makefile
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
|
|
|
PORTNAME= websockify
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= WebSockets support for any application/server
|
|
|
|
LICENSE= LGPL3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|