Edit

IABSD.fr/ports/www/ruby-websocket-driver/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2018-06-13 22:26:52
    Hash : 9c37b1b6
    Message : Add OpenBSD comment to rubygems-ext.PLIST Bump ruby gem ext ports as this changes the package. Requested by espie@

  • www/ruby-websocket-driver/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>