b78ccf002f
With hat: ruby
22 lines
445 B
Makefile
22 lines
445 B
Makefile
PORTNAME= choria-mcorpc-support
|
|
DISTVERSION= 2.25.3
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Ruby support for the Choria Orchestration Server
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|