2025-12-06 10:50:08 +00:00
|
|
|
# octeon: ERROR Facter::InternalFactManager - unable to resolve type 'size_t'
|
|
|
|
|
# https://github.com/OpenVoxProject/openfact/issues/47
|
|
|
|
|
|
2025-08-31 14:39:33 +00:00
|
|
|
COMMENT = system inventory tool
|
2026-05-12 20:50:46 +00:00
|
|
|
DISTNAME = openfact-5.6.1
|
2026-06-18 00:15:06 +00:00
|
|
|
REVISION = 0
|
2025-08-31 14:39:33 +00:00
|
|
|
CATEGORIES = sysutils
|
|
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/OpenVoxProject/openfact/
|
|
|
|
|
|
|
|
|
|
MAINTAINER = Klemens Nanni <kn@openbsd.org>
|
|
|
|
|
|
|
|
|
|
# Apache 2.0
|
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
2025-12-27 12:49:59 +00:00
|
|
|
MODRUBY_HANDLE_FLAVORS =No
|
2025-08-31 14:39:33 +00:00
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2025-09-07 09:48:56 +00:00
|
|
|
RUN_DEPENDS = devel/ruby-ffi,${MODRUBY_FLAVOR}>=1.15.5 \
|
2025-08-31 14:39:33 +00:00
|
|
|
devel/ruby-hocon,${MODRUBY_FLAVOR}>=1.3 \
|
|
|
|
|
devel/ruby-thor,${MODRUBY_FLAVOR}>=1.0.1
|
|
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
2026-01-31 20:56:43 +00:00
|
|
|
GEM_FLAGS = --no-format-executable
|
2025-09-22 21:51:42 +00:00
|
|
|
|
2025-08-31 14:39:33 +00:00
|
|
|
.include <bsd.port.mk>
|