5d694b464a
Update ruby-websocket-driver package to 0.7.3. ### 0.7.3 / 2020-07-09 - Let the client accept HTTP responses that have an empty reason phrase following the `101` status code
14 lines
422 B
Makefile
14 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/09/14 15:30:58 taca Exp $
|
|
|
|
DISTNAME= websocket-driver-0.7.3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/faye/websocket-driver-ruby
|
|
COMMENT= WebSocket protocol handler with pluggable I/O
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-websocket-extensions>=0.1.0:../../www/ruby-websocket-extensions
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|