Files
sebastia ff3529f333 drop Ruby flavor from a number of Puppet/OpenVox related ports, namely:
databases/ruby-hiera3
databases/ruby-hiera-eyaml
databases/ruby-hiera-eyaml-gpg (the only one that needed updated RUN_DEPENDS)
databases/ruby-hiera-file
sysutils/ruby-puppet-lint
sysutils/r10k

accompanied with quirks update.

valuable feedback (I missed the quirks part, and for some reason revision
bumps) as well as final OK kn@
2026-02-09 08:09:46 +00:00

19 lines
347 B
Makefile

COMMENT = data backend for Hiera to return whole files
REVISION = 3
DISTNAME = hiera-file-1.1.1
CATEGORIES = databases
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# Apache2
PERMIT_PACKAGE = Yes
MODRUBY_HANDLE_FLAVORS =No
GEM_FLAGS = --no-format-executable
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>