diff --git a/devel/py-websockify/Makefile b/devel/py-websockify/Makefile index 6fb82bf4fa1a..44455fc29e35 100644 --- a/devel/py-websockify/Makefile +++ b/devel/py-websockify/Makefile @@ -1,21 +1,21 @@ # Created by: Alexander Nusov 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.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include