freebsd-ports/devel/rubygem-json_schema/Makefile
Kurt Jaeger 4d87428619 New port: devel/rubygem-json_schema: dependency for new nanoc version
Another JSON Schema V4 and Hyperschema V4 parser and validator.

WWW: https://github.com/brandur/json_schema

PR:		252136
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
2021-01-10 14:08:47 +00:00

20 lines
352 B
Makefile

# Created by: Stéphane D'Alu <sdalu@sdalu.com>
# $FreeBSD$
PORTNAME= json_schema
PORTVERSION= 0.20.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= JSON Schema V4 and Hyperschema V4 parser and validator
LICENSE= MIT
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/validate-schema
NO_ARCH= yes
.include <bsd.port.mk>