mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
25 lines
574 B
Makefile
25 lines
574 B
Makefile
PORTNAME= actioncable
|
|
PORTVERSION= 5.1.7
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 5
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Integrated WebSockets for Rails
|
|
WWW= https://rubyonrails.org/ \
|
|
https://github.com/rails/rails/tree/main/actioncable
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \
|
|
rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \
|
|
rubygem-websocket-driver>=0.6.1<1:www/rubygem-websocket-driver
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^5\.1\.
|
|
|
|
.include <bsd.port.mk>
|