1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/rubygem-actioncable5/Makefile
2021-04-06 16:31:07 +02:00

27 lines
560 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= actioncable
PORTVERSION= 5.1.7
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Integrated WebSockets for Rails
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
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^5\.1\.
.include <bsd.port.mk>