1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/py-gevent-websocket/Makefile
Po-Chuan Hsieh 3f6d172c31
www/py-gevent-websocket: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-09-19 14:01:14 +08:00

23 lines
480 B
Makefile

# Created by: antoine@FreeBSD.org
PORTNAME= gevent-websocket
PORTVERSION= 0.10.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= WebSocket library for the gevent networking library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>