aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-async-websocket/Makefile
blob: 55d5cf344a671870c9bd4e07c4c30708ff5f3b5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	async-websocket
PORTVERSION=	0.17.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Async websocket library on top of websocket-driver

LICENSE=	MIT

RUN_DEPENDS=	rubygem-async-http>=0.54<1:www/rubygem-async-http \
		rubygem-async-io>=1.23<2:devel/rubygem-async-io \
		rubygem-protocol-websocket>=0.7.0<0.8:www/rubygem-protocol-websocket

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>