blob: ca5712ce0e52a8f729119d7ba5c6a91da3a50b30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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>
|