opnsense-ports/devel/rubygem-rbs_json_schema/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

22 lines
470 B
Makefile

PORTNAME= rbs_json_schema
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate RBS type definitions from JSON schema
WWW= https://github.com/ruby/rbs_json_schema
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport61>=5.0.0:devel/rubygem-activesupport61 \
rubygem-rbs>=1.5.0:devel/rubygem-rbs
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/rbs_json_schema
.include <bsd.port.mk>