pkgsrc/www/ruby-websocket-extensions/Makefile
tsutsui a88ab41f3e Import ruby-websocket-extensions-0.1.2 as www/ruby-websocket-extensions.
A minimal framework that supports the implementation of WebSocket
extensions in a way that's decoupled from the main protocol.
This library aims to allow a WebSocket extension to be written and
used with any protocol library, by defining abstract representations
of frames and messages that allow modules to co-operate.

websocket-extensions provides a container for registering extension
plugins, and provides all the functions required to negotiate which
extensions to use during a session via the Sec-WebSocket-Extensions
header.
2017-02-05 11:13:00 +00:00

12 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/02/05 11:13:00 tsutsui Exp $
DISTNAME= websocket-extensions-0.1.2
CATEGORIES= www
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= http://github.com/faye/websocket-extensions-ruby
COMMENT= Generic extension manager for WebSocket connections
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"