ports/net/rubygem-orchestrator_client/Makefile
2023-05-06 15:43:42 -10:00

19 lines
451 B
Makefile

PORTNAME= orchestrator_client
PORTVERSION= 0.7.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Client library for Puppet orchestration services
WWW= https://github.com/puppetlabs/orchestrator_client-ruby
LICENSE= APACHE20
RUN_DEPENDS= rubygem-faraday>=2.0:www/rubygem-faraday \
rubygem-faraday-net_http_persistent>=2.0:www/rubygem-faraday-net_http_persistent
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>