freebsd-ports/net/rubygem-orchestrator_client/Makefile
2021-06-25 10:03:02 -10:00

19 lines
386 B
Makefile

PORTNAME= orchestrator_client
PORTVERSION= 0.5.2
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
NO_ARCH= yes
.include <bsd.port.mk>