Files
ports/devel/ruby-json-schema/Makefile
T
2026-05-22 12:05:34 +00:00

19 lines
390 B
Makefile

COMMENT = json schema validator
DISTNAME = json-schema-6.2.0
CATEGORIES = devel
HOMEPAGE = http://github.com/voxpupuli/json-schema/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += www/ruby-addressable,${MODRUBY_FLAVOR}>=2.8
.include <bsd.port.mk>