blob: d433d0402bffebfbd2e94e1aae091518e7f83880 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= chef-telemetry
PORTVERSION= 1.1.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Send user actions to the Chef telemetry system
WWW= https://github.com/chef/chef-telemetry
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-chef-config>=0:sysutils/rubygem-chef-config \
rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|