mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
A simple client for interacting with the Orchestration Services API in Puppet Enterprise Puppet orchestration API. WWW: https://github.com/puppetlabs/orchestrator_client-ruby With hat: puppet
19 lines
383 B
Makefile
19 lines
383 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= orchestrator_client
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Client library for Puppet orchestration services
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0:www/rubygem-faraday \
|
|
rubygem-net-http-persistent>=0:www/rubygem-net-http-persistent
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|