ccc1e9c80b
Changes: https://github.com/socketry/protocol-websocket/releases https://github.com/socketry/protocol-websocket/blob/main/releases.md https://socketry.github.io/protocol-websocket/releases/index.html
21 lines
456 B
Makefile
21 lines
456 B
Makefile
PORTNAME= protocol-websocket
|
|
PORTVERSION= 0.21.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Low-level implementation of the WebSocket protocol
|
|
WWW= https://socketry.github.io/protocol-websocket/ \
|
|
https://github.com/socketry/protocol-websocket
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
RUN_DEPENDS= rubygem-protocol-http>=0.2<1:www/rubygem-protocol-http
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|