forked from Lainports/freebsd-ports
- Update LICENSE - Take maintainership Changes: https://github.com/faye/websocket-driver-ruby/blob/master/CHANGELOG.md
18 lines
342 B
Makefile
18 lines
342 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= websocket-driver
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= WebSocket protocol handler with pluggable I/O
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-websocket-extensions>=0.1.0:www/rubygem-websocket-extensions
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|