Files
ports/sysutils/ruby-puppet-lint/Makefile
T
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

21 lines
382 B
Makefile

COMMENT= ensure your Puppet manifests conform with the style guide
REVISION = 0
DISTNAME= puppet-lint-5.1.1
CATEGORIES= sysutils
HOMEPAGE= http://puppet-lint.com/
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
MODRUBY_HANDLE_FLAVORS =No
GEM_FLAGS = --no-format-executable
CONFIGURE_STYLE=ruby gem
.include <bsd.port.mk>