Files
ports/net/rubygem-orchestrator_client/Makefile
T
Romain Tartière f7d90abf44 Update to 0.5.1
With hat:	puppet
2021-01-29 22:38:19 +00:00

20 lines
385 B
Makefile

# $FreeBSD$
PORTNAME= orchestrator_client
PORTVERSION= 0.5.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Client library for Puppet orchestration services
LICENSE= APACHE20
RUN_DEPENDS= rubygem-faraday0>=0:www/rubygem-faraday0 \
rubygem-net-http-persistent>=0:www/rubygem-net-http-persistent
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>