a2ae6a1ac8
0.11.1 (2021-05-24) * Prevent the client hanging if close() is called when already closing
17 lines
522 B
Makefile
17 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/09/19 17:51:43 taca Exp $
|
|
|
|
DISTNAME= faye-websocket-0.11.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/faye/faye-websocket-ruby
|
|
COMMENT= Standards-compliant WebSocket server and client
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.0:../../devel/ruby-eventmachine
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-websocket-driver>=0.5.1:../../www/ruby-websocket-driver
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|