aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-multi_json114
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-multi_json114')
-rw-r--r--devel/rubygem-multi_json114/Makefile28
-rw-r--r--devel/rubygem-multi_json114/distinfo3
-rw-r--r--devel/rubygem-multi_json114/pkg-descr6
3 files changed, 0 insertions, 37 deletions
diff --git a/devel/rubygem-multi_json114/Makefile b/devel/rubygem-multi_json114/Makefile
deleted file mode 100644
index 6c36e1620038..000000000000
--- a/devel/rubygem-multi_json114/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= multi_json
-PORTVERSION= 1.14.1
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 114
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Ruby library provide swappable JSON backends
-WWW= https://github.com/intridea/multi_json
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.md
-
-USES= gem
-
-NO_ARCH= yes
-
-OPTIONS_DEFINE= JSON JSON_PURE YAJL_RUBY
-OPTIONS_DEFAULT=JSON_PURE
-JSON_DESC= JSON implementation as a Ruby extension in C
-JSON_PURE_DESC= JSON implementation in pure Ruby
-YAJL_RUBY_DESC= Yajl JSON stream-based parser library
-
-JSON_RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
-JSON_PURE_RUN_DEPENDS= rubygem-json_pure>=0:devel/rubygem-json_pure
-YAJL_RUBY_RUN_DEPENDS= rubygem-yajl-ruby>=0:devel/rubygem-yajl-ruby
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-multi_json114/distinfo b/devel/rubygem-multi_json114/distinfo
deleted file mode 100644
index 60fae5470819..000000000000
--- a/devel/rubygem-multi_json114/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1577145877
-SHA256 (rubygem/multi_json-1.14.1.gem) = d971296c0eacea289d31e4a7ab7ac5eda97262c62bbc8c110de4f5e36425c577
-SIZE (rubygem/multi_json-1.14.1.gem) = 22016
diff --git a/devel/rubygem-multi_json114/pkg-descr b/devel/rubygem-multi_json114/pkg-descr
deleted file mode 100644
index 49d79e40d2bd..000000000000
--- a/devel/rubygem-multi_json114/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-MultiJSON is a generic swappable back-end for JSON handling.
-
-Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder.
-Instead of choosing a single JSON coder and forcing users of your library to be
-stuck with it, you can use MultiJSON instead, which will simply choose the
-fastest available JSON coder.