2013-01-30 20:35:53 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-10-23 17:59:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= em-websocket
|
2013-03-11 15:37:20 +01:00
|
|
|
PORTVERSION= 0.5.0
|
2011-11-16 19:57:10 +01:00
|
|
|
CATEGORIES= www rubygems
|
2011-10-23 17:59:36 +02:00
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= EventMachine based WebSocket server
|
|
|
|
|
2013-11-29 22:31:39 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2013-01-30 20:35:53 +01:00
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=0.12.9:${PORTSDIR}/devel/rubygem-eventmachine \
|
|
|
|
rubygem-http_parser.rb>=0.5.3:${PORTSDIR}/net/rubygem-http_parser.rb
|
2011-10-23 17:59:36 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|