aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-json-schema-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-json-schema-gitlab')
-rw-r--r--devel/rubygem-json-schema-gitlab/Makefile21
-rw-r--r--devel/rubygem-json-schema-gitlab/distinfo3
-rw-r--r--devel/rubygem-json-schema-gitlab/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/rubygem-json-schema-gitlab/Makefile b/devel/rubygem-json-schema-gitlab/Makefile
new file mode 100644
index 000000000000..0979792551ab
--- /dev/null
+++ b/devel/rubygem-json-schema-gitlab/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= json-schema
+PORTVERSION= 5.2.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Ruby JSON schema validator
+WWW= https://github.com/ruby-json-schema/json-schema
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \
+ rubygem-bigdecimal>=3.1<4:math/rubygem-bigdecimal
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-json-schema-gitlab/distinfo b/devel/rubygem-json-schema-gitlab/distinfo
new file mode 100644
index 000000000000..bcf51e6e2228
--- /dev/null
+++ b/devel/rubygem-json-schema-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1761397288
+SHA256 (rubygem/json-schema-5.2.2.gem) = 60beae0ed79ca9c552854c9ebfd44f50f77bd0c3144526d46afec384509940d5
+SIZE (rubygem/json-schema-5.2.2.gem) = 33280
diff --git a/devel/rubygem-json-schema-gitlab/pkg-descr b/devel/rubygem-json-schema-gitlab/pkg-descr
new file mode 100644
index 000000000000..1728d616cf3d
--- /dev/null
+++ b/devel/rubygem-json-schema-gitlab/pkg-descr
@@ -0,0 +1,4 @@
+This library is intended to provide Ruby with an interface for validating JSON
+objects against a JSON schema conforming to JSON Schema Draft 4. Legacy support
+for JSON Schema Draft 3, JSON Schema Draft 2, and JSON Schema Draft 1 is also
+included.