mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
20 lines
456 B
Makefile
20 lines
456 B
Makefile
PORTNAME= protocol-websocket
|
|
PORTVERSION= 0.15.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>
|