mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= protocol-websocket
|
|
PORTVERSION= 0.7.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Low-level implementation of the WebSocket protocol
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-protocol-http>=0.2<1:www/rubygem-protocol-http \
|
|
rubygem-protocol-http1>=0.2<1:www/rubygem-protocol-http1
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|