mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
19 lines
390 B
Makefile
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>
|