02abf550f6
1.1.1 (2021-07-26) Merged Pull Requests * Update chefstyle requirement from 1.7.1 to 1.7.2 #64 (dependabot-preview[bot]) * Update chefstyle requirement from 1.7.2 to 1.7.4 #65 (dependabot-preview[bot]) * Update chefstyle requirement from 1.7.4 to 1.7.5 #67 (dependabot-preview[bot]) * Upgrade to GitHub-native Dependabot #68 (dependabot-preview[bot]) * Drop support for EOL Ruby 2.4 #76 (tas50) * Fix failures on Ruby 3 #66 (tas50)
19 lines
560 B
Makefile
19 lines
560 B
Makefile
# $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"
|