summaryrefslogtreecommitdiff
path: root/www/rubygem-actioncable81/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-actioncable81/Makefile')
-rw-r--r--www/rubygem-actioncable81/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/rubygem-actioncable81/Makefile b/www/rubygem-actioncable81/Makefile
new file mode 100644
index 000000000000..76f4f0e73181
--- /dev/null
+++ b/www/rubygem-actioncable81/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= actioncable
+PORTVERSION= 8.1.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 81
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Structure many real-time application concerns into channels over a single WebSocket connection
+WWW= https://github.com/rails/rails/tree/main/actioncable \
+ https://rubyonrails.org/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-actionpack81>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack81 \
+ rubygem-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \
+ rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \
+ rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver \
+ rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^8\.1\.
+
+.include <bsd.port.mk>