1c4b883efd
Release notes: https://github.com/choria-io/choria-mcorpc-support/releases/tag/2.27.0 With hat: puppet
26 lines
586 B
Makefile
26 lines
586 B
Makefile
PORTNAME= choria-mcorpc-support
|
|
DISTVERSION= 2.27.0
|
|
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>
|