mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
ff3529f333
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@
21 lines
382 B
Makefile
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>
|