9761efe96c
## 1.2.4 - add subprotocol handling for both server and client
15 lines
388 B
Makefile
15 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/03/20 16:13:27 taca Exp $
|
|
|
|
DISTNAME= websocket-1.2.4
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= ruby www
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://github.com/imanel/websocket-ruby
|
|
COMMENT= Universal Ruby library to handle WebSocket protocol
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|