mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
20 lines
441 B
Makefile
20 lines
441 B
Makefile
PORTNAME= websocket-client-simple
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple WebSocket client for Ruby
|
|
WWW= https://github.com/ruby-jp/websocket-client-simple
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|