Files
ports/sysutils/ruby-openfact/Makefile
T
sebastia 977e9c9dea Add @pkgpath and @conflict to openvoxdb, openvox-server, i
ruby-openvoxserver-ca, ruby-openvox, ruby-openfact and package renamings i
from puppet -> openvox equivalents to provide a working upgrade path.

OK kn@
2026-02-25 19:58:17 +00:00

28 lines
686 B
Makefile

# octeon: ERROR Facter::InternalFactManager - unable to resolve type 'size_t'
# https://github.com/OpenVoxProject/openfact/issues/47
REVISION = 0
COMMENT = system inventory tool
DISTNAME = openfact-5.5.0
CATEGORIES = sysutils
HOMEPAGE = https://github.com/OpenVoxProject/openfact/
MAINTAINER = Klemens Nanni <kn@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
MODRUBY_HANDLE_FLAVORS =No
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-ffi,${MODRUBY_FLAVOR}>=1.15.5 \
devel/ruby-hocon,${MODRUBY_FLAVOR}>=1.3 \
devel/ruby-thor,${MODRUBY_FLAVOR}>=1.0.1
CONFIGURE_STYLE = ruby gem
GEM_FLAGS = --no-format-executable
.include <bsd.port.mk>