ports/databases/rubygem-solid_cable/Makefile
Po-Chuan Hsieh 88545fc618
databases/rubygem-solid_cable: Add rubygem-solid_cable 3.0.0
Solid Cable is a database-backed Action Cable adapter that keeps messages in a
table and continously polls for updates. This makes it possible to drop the
common dependency on Redis, if it isn't needed for any other purpose. Despite
polling, the performance of Solid Cable is comparable to Redis in most
situations. And in all circumstances, it makes it easier to deploy Rails when
Redis is no longer a required dependency for Action Cable functionality.
2024-09-18 14:13:03 +08:00

22 lines
549 B
Makefile

PORTNAME= solid_cable
PORTVERSION= 3.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Database-backed Action Cable backend
WWW= https://github.com/rails/solid_cable
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actioncable72>=7.2:www/rubygem-actioncable72 \
rubygem-activejob72>=7.2:devel/rubygem-activejob72 \
rubygem-activerecord72>=7.2:databases/rubygem-activerecord72 \
rubygem-railties72>=7.2:www/rubygem-railties72
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>