1PORTNAME= orchestrator_client 2PORTVERSION= 0.7.2 3CATEGORIES= net rubygems 4MASTER_SITES= RG 5 6MAINTAINER= puppet@FreeBSD.org 7COMMENT= Client library for Puppet orchestration services 8WWW= https://github.com/puppetlabs/orchestrator_client-ruby 9 10LICENSE= Apache-2.0 11 12BUILD_DEPENDS= ${RUN_DEPENDS} 13RUN_DEPENDS= rubygem-faraday>=2.0:www/rubygem-faraday \ 14 rubygem-faraday-net_http_persistent>=2.0:www/rubygem-faraday-net_http_persistent 15 16USES= gem 17 18NO_ARCH= yes 19 20.include <bsd.port.mk> 21