blob: 6afc0eaa788b7c1f194684365cdd9774930f432c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|