aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-cucumber-messages22
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-cucumber-messages22')
-rw-r--r--devel/rubygem-cucumber-messages22/Makefile20
-rw-r--r--devel/rubygem-cucumber-messages22/distinfo3
-rw-r--r--devel/rubygem-cucumber-messages22/pkg-descr4
3 files changed, 0 insertions, 27 deletions
diff --git a/devel/rubygem-cucumber-messages22/Makefile b/devel/rubygem-cucumber-messages22/Makefile
deleted file mode 100644
index b0e2116533f7..000000000000
--- a/devel/rubygem-cucumber-messages22/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= cucumber-messages
-PORTVERSION= 22.0.0
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 22
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Protocol Buffer messages for Cucumber
-WWW= https://github.com/cucumber/messages
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^22\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-cucumber-messages22/distinfo b/devel/rubygem-cucumber-messages22/distinfo
deleted file mode 100644
index 7d17517577e2..000000000000
--- a/devel/rubygem-cucumber-messages22/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1681053020
-SHA256 (rubygem/cucumber-messages-22.0.0.gem) = d08a6c228675dd036896bebe82a29750cbdc4dacd461e39edd1199dfa36da719
-SIZE (rubygem/cucumber-messages-22.0.0.gem) = 22016
diff --git a/devel/rubygem-cucumber-messages22/pkg-descr b/devel/rubygem-cucumber-messages22/pkg-descr
deleted file mode 100644
index b5ae25cd6682..000000000000
--- a/devel/rubygem-cucumber-messages22/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.