mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
6b6a4909a1
- Mark DEPRECATED without EXPIRATION_DATE as there are lots of consumers - Upstream has ceased development with the following note: "AutobahnPython and ws4py are not actively maintained. So I will stop this project too. Please migrate to Tornado or websockets." Changelog: https://github.com/methane/wsaccel/releases/tag/v0.6.6
24 lines
580 B
Makefile
24 lines
580 B
Makefile
PORTNAME= wsaccel
|
|
PORTVERSION= 0.6.6
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= WebSocket Accelerator for ws4py and AutobahnPython
|
|
WWW= https://github.com/methane/wsaccel
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Upstream ceased development
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils pytest
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/utf8validator*.so
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/xormask*.so
|
|
|
|
.include <bsd.port.mk>
|