Files
ports/sysutils/rubygem-choria-mcorpc-support/Makefile
T
Romain Tartière 84aa677457 sysutils/rubygem-choria-mcorpc-support: Fix with latest Ruby
While here remove explicit dependency on sysutils/choria.

This gem is now a run-time dependency of OpenBolt, but choria itself is
not required for using OpenBolt.  So do not install choria as a
dependency of this gem automatically to avoid downloading large
dependencies when unneeded.

With hat:	puppet
2026-06-03 15:39:52 -10:00

27 lines
602 B
Makefile

PORTNAME= choria-mcorpc-support
DISTVERSION= 2.26.5
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Ruby support for the Choria Orchestration Server
WWW= https://rubygems.org/gems/choria-mcorpc-support
LICENSE= APACHE20
USES= gem
RUN_DEPENDS= rubygem-nats-pure>=0.6<0.8.0:net/rubygem-nats-pure \
rubygem-systemu>=2.6.4<3:devel/rubygem-systemu
NO_ARCH= yes
PLIST_FILES= bin/mco \
bin/execution_wrapper
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/execution_wrapper.rb ${STAGEDIR}${PREFIX}/bin/execution_wrapper
.include <bsd.port.mk>