mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
19 lines
451 B
Makefile
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>
|