blob: 97c045f555d18e46a6ea649296378245d4df6ce9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2021/08/31 16:36:39 taca Exp $
DISTNAME= chef-telemetry-1.1.1
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/chef/chef-telemetry
COMMENT= Send user actions to the Chef telemetry system
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
DEPENDS+= ${RUBY_PKGPREFIX}-chef-config>=0:../../sysutils/ruby-chef-config
RUBYGEM_OPTIONS+= --format-executable
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|