ports/devel/py-websockify/Makefile
Po-Chuan Hsieh a5dca8f4da
devel/py-websockify: Update USES=python
math/py-numpy requires Python 3.7+
2021-11-06 03:14:12 +08:00

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>