mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
322b7f7264
OK sthen@
23 lines
500 B
Makefile
23 lines
500 B
Makefile
COMMENT = Hiera backend for decrypting encrypted yaml properties
|
|
|
|
REVISION = 0
|
|
DISTNAME = hiera-eyaml-5.0.1
|
|
CATEGORIES = databases
|
|
|
|
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
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-highline,${MODRUBY_FLAVOR}>=2.1,<4 \
|
|
devel/ruby-optimist,${MODRUBY_FLAVOR}>=3.1,<4
|
|
|
|
.include <bsd.port.mk>
|