summaryrefslogtreecommitdiff
path: root/devel/rubygem-json-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-json-gitlab')
-rw-r--r--devel/rubygem-json-gitlab/Makefile19
-rw-r--r--devel/rubygem-json-gitlab/distinfo3
-rw-r--r--devel/rubygem-json-gitlab/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/rubygem-json-gitlab/Makefile b/devel/rubygem-json-gitlab/Makefile
new file mode 100644
index 000000000000..7057cc5f0879
--- /dev/null
+++ b/devel/rubygem-json-gitlab/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= json
+PORTVERSION= 2.11.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= JSON implementation as a Ruby extension in C
+WWW= https://ruby.github.io/json/ \
+ https://github.com/ruby/json/releases
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
+
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-json-gitlab/distinfo b/devel/rubygem-json-gitlab/distinfo
new file mode 100644
index 000000000000..fffd171d5e7b
--- /dev/null
+++ b/devel/rubygem-json-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1745936358
+SHA256 (rubygem/json-2.11.3.gem) = 9a10f658a2de67c0eb837eb795dd48132ce797c403e52b5ebef87dcdc7f9ccc1
+SIZE (rubygem/json-2.11.3.gem) = 70656
diff --git a/devel/rubygem-json-gitlab/pkg-descr b/devel/rubygem-json-gitlab/pkg-descr
new file mode 100644
index 000000000000..dbc5c9403654
--- /dev/null
+++ b/devel/rubygem-json-gitlab/pkg-descr
@@ -0,0 +1,3 @@
+This library can parse JSON texts and generate them from ruby data structures.
+This port implemented in C and comes with its own unicode conversion functions
+and a parser generated by the Ragel State Machine Compiler.