mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
16 lines
284 B
Makefile
16 lines
284 B
Makefile
PORTNAME= websocket
|
|
PORTVERSION= 1.2.11
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|