mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
Changes: https://github.com/socketry/async-websocket/releases https://github.com/socketry/async-websocket/commits/main
21 lines
540 B
Makefile
21 lines
540 B
Makefile
PORTNAME= async-websocket
|
|
PORTVERSION= 0.25.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Async websocket library on top of websocket-driver
|
|
WWW= https://github.com/socketry/async-websocket
|
|
|
|
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-rack>=0.1<1:www/rubygem-protocol-rack \
|
|
rubygem-protocol-websocket>=0.11<1:www/rubygem-protocol-websocket
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|