2023-08-16 22:26:55 +00:00
|
|
|
COMMENT = implementation of the WebSocket protocol for ruby
|
|
|
|
|
2023-09-08 05:21:37 +00:00
|
|
|
DISTNAME = websocket-driver-0.7.6
|
2023-08-16 22:26:55 +00:00
|
|
|
CATEGORIES = www
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/faye/websocket-driver-ruby
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = www/ruby-websocket-extensions,${MODRUBY_FLAVOR}>=0.1.0
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|