mirror of https://git.FreeBSD.org/ports.git
18 lines
346 B
Makefile
18 lines
346 B
Makefile
PORTNAME= websocket-extensions
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Generic extension manager for WebSocket connections
|
|
WWW= https://github.com/faye/websocket-extensions-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|