ports/devel/py-websockets/Makefile
2022-02-21 21:35:50 +01:00

21 lines
499 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= websockets
PORTVERSION= 10.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Implementation of the WebSocket Protocol (RFC 6455 and 7692)
LICENSE= BSD3CLAUSE
USES= cpe python:3.7+
CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/websockets/speedups*.so
.include <bsd.port.mk>