mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +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@
19 lines
347 B
Makefile
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>
|