aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-cucumber-messages24
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-cucumber-messages24')
-rw-r--r--devel/rubygem-cucumber-messages24/Makefile19
-rw-r--r--devel/rubygem-cucumber-messages24/distinfo3
-rw-r--r--devel/rubygem-cucumber-messages24/pkg-descr4
3 files changed, 0 insertions, 26 deletions
diff --git a/devel/rubygem-cucumber-messages24/Makefile b/devel/rubygem-cucumber-messages24/Makefile
deleted file mode 100644
index 23c6e21e14f8..000000000000
--- a/devel/rubygem-cucumber-messages24/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= cucumber-messages
-PORTVERSION= 24.1.0
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 24
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Protocol Buffer messages for Cucumber
-WWW= https://github.com/cucumber/messages
-
-LICENSE= MIT
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^24\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-cucumber-messages24/distinfo b/devel/rubygem-cucumber-messages24/distinfo
deleted file mode 100644
index b9ee7be69fd1..000000000000
--- a/devel/rubygem-cucumber-messages24/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1711466332
-SHA256 (rubygem/cucumber-messages-24.1.0.gem) = 93dce56b3d72cf8712c51b0148546ab1fbdc2e52ae6fa38a7d89bb21ab5e0edd
-SIZE (rubygem/cucumber-messages-24.1.0.gem) = 18432
diff --git a/devel/rubygem-cucumber-messages24/pkg-descr b/devel/rubygem-cucumber-messages24/pkg-descr
deleted file mode 100644
index b5ae25cd6682..000000000000
--- a/devel/rubygem-cucumber-messages24/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Cucumber Messages is a message protocol based on Protocol Buffers. It allows one
-process to construct message objects and send them to another process. Protobuf
-takes care of serialising those messages to a binary format, and deserialise
-them on the other end.