openbsd-ports/devel/ruby-hocon/Makefile
sebastia 1a400a3acb import ruby-hocon
This is a port of the Typesafe Config library to Ruby.

The library provides Ruby support for the HOCON configuration file
format.

At present, it supports parsing and modification of existing HOCON/JSON
files via the ConfigFactory class and the ConfigValueFactory class, and
rendering parsed config objects back to a String. It also supports the
parsing and modification of HOCON/JSON files via ConfigDocumentFactory.

new dependency of Puppet

feedback and OK jeremy@
2023-01-20 20:14:47 +00:00

16 lines
311 B
Makefile

COMMENT = Ruby port of Java Typesafe Config
DISTNAME = hocon-1.3.1
CATEGORIES = devel
HOMEPAGE = https://github.com/puppetlabs/ruby-hocon
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>