forked from Lainports/freebsd-ports
20 lines
481 B
Makefile
20 lines
481 B
Makefile
PORTNAME= websockets
|
|
PORTVERSION= 12.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Implementation of the WebSocket Protocol (RFC 6455 and 7692)
|
|
WWW= https://pypi.org/project/websockets/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cpe python
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/websockets/speedups*.so
|
|
|
|
.include <bsd.port.mk>
|