openbsd-ports/converters/ruby-multi_json/Makefile
2022-03-11 18:27:00 +00:00

16 lines
278 B
Makefile

COMMENT = chooses from multiple available json implementations
DISTNAME = multi_json-1.15.0
CATEGORIES = converters
HOMEPAGE = https://github.com/intridea/multi_json
# MIT License
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>