summaryrefslogtreecommitdiff
path: root/devel/rubygem-json-schema-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-json-schema-gitlab/Makefile')
-rw-r--r--devel/rubygem-json-schema-gitlab/Makefile21
1 files changed, 21 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>