mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
websocket-client-simple is a simple WebSocket client for Ruby. WWW: https://github.com/ruby-jp/websocket-client-simple
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= websocket-client-simple
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple WebSocket client for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-event_emitter>=0:devel/rubygem-event_emitter \
|
|
rubygem-websocket>=0:www/rubygem-websocket
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|