freebsd-ports/devel/rubygem-json-schema/Makefile
Adam Weinberger 3cee7222a1 Add devel/rubygem-json-schema
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.

WWW: https://github.com/ruby-json-schema/json-schema
2018-12-15 17:45:19 +00:00

22 lines
391 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= json-schema
PORTVERSION= 2.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= adamw@FreeBSD.org
COMMENT= Ruby JSON schema validator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-addressable>=2.4:www/rubygem-addressable
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>