forked from Lainports/freebsd-ports
18 lines
370 B
Makefile
18 lines
370 B
Makefile
PORTNAME= protocol-websocket
|
|
PORTVERSION= 0.12.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Low-level implementation of the WebSocket protocol
|
|
WWW= https://github.com/socketry/protocol-websocket
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-protocol-http>=0.2<1:www/rubygem-protocol-http
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|