freebsd-ports/www/rubygem-websocket/Makefile
Sunpoet Po-Chuan Hsieh c0adfaa80f - Update to 1.2.2
- Add LICENSE
- Update WWW

Changes:	https://github.com/imanel/websocket-ruby/blob/master/CHANGELOG.md
2015-05-23 15:38:42 +00:00

18 lines
326 B
Makefile

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