freebsd-ports/net/rubygem-orchestrator_client/Makefile
Romain Tartière 6f1f6ce0ce Update to 0.4.3
With hat:	puppet
2019-09-23 18:07:24 +00:00

19 lines
383 B
Makefile

# $FreeBSD$
PORTNAME= orchestrator_client
PORTVERSION= 0.4.3
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>