27 lines
621 B
Makefile
27 lines
621 B
Makefile
PORTNAME= choria-mcorpc-support
|
|
DISTVERSION= 2.26.5
|
|
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= choria>=0.20.1:sysutils/choria \
|
|
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>
|