jeremy 9c37b1b669 Add OpenBSD comment to rubygems-ext.PLIST
Bump ruby gem ext ports as this changes the package.

Requested by espie@
2018-06-13 22:26:52 +00:00

21 lines
455 B
Makefile

# $OpenBSD: Makefile,v 1.4 2018/06/13 22:26:53 jeremy Exp $
COMMENT = implementation of the WebSocket protocol for ruby
DISTNAME = websocket-driver-0.7.0
REVISION = 0
CATEGORIES = www
HOMEPAGE = https://github.com/faye/websocket-driver-ruby
# MIT
PERMIT_PACKAGE_CDROM = 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>