blob: 172390416d09742f7591b7115e380f4d9a2aa0af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= websocket
PORTVERSION= 1.2.9
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Universal Ruby library to handle WebSocket protocol
WWW= https://github.com/imanel/websocket-ruby
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|