mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
c6b2919327
WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado. WSAccell replaces per-byte process in them with Cython version. WWW: https://github.com/methane/wsaccel
23 lines
525 B
Makefile
23 lines
525 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wsaccel
|
|
PORTVERSION= 0.6.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= WebSocket Accelerator for ws4py and AutobahnPython
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/utf8validator.so
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/xormask.so
|
|
|
|
.include <bsd.port.mk>
|