bb6c78a15a
6455 & 7692).
21 lines
471 B
Makefile
21 lines
471 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= websockets
|
|
PORTVERSION= 7.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Implementation of the WebSocket Protocol (RFC 6455 & 7692)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python:3.4+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/websockets/speedups.so
|
|
|
|
.include <bsd.port.mk>
|