1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/py-wsaccel/Makefile
Kubilay Kocak c6b2919327 [NEW] www/py-wsaccel: WebSocket Accelerator for ws4py and AutobahnPython
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
2015-02-14 07:23:47 +00:00

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>