ports/www/rubygem-websocket/Makefile

18 lines
298 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= websocket
PORTVERSION= 1.2.9
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Universal Ruby library to handle WebSocket protocol
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>