727eb92d3a
Upstream changes (from CHANGELOG.md): ### 0.10.7 / 2017-02-22 * Emit an error if `EventMachine::Connection#unbind` is called with an error
15 lines
495 B
Makefile
15 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/03/20 14:03:56 tsutsui Exp $
|
|
|
|
DISTNAME= faye-websocket-0.10.7
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/faye/faye-websocket-ruby
|
|
COMMENT= Standards-compliant WebSocket server and client
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.0:../../devel/ruby-eventmachine
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-websocket-driver>=0.5.1:../../www/ruby-websocket-driver
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|