mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
- Update LICENSE Changes: https://github.com/faye/faye-websocket-ruby/blob/main/CHANGELOG.md
19 lines
392 B
Makefile
19 lines
392 B
Makefile
PORTNAME= faye-websocket
|
|
PORTVERSION= 0.11.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Standards-compliant WebSocket server and client
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=0.12.0:devel/rubygem-eventmachine \
|
|
rubygem-websocket-driver>=0.5.1:www/rubygem-websocket-driver
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|