pkgsrc/sysutils/ruby-chef-utils/Makefile
taca 9bec77b87a sysutils/ruby-chef: update to 17.8.25
Changes are too many write here.  Please refer
<https://github.com/chef/chef/blob/v17.8.25/CHANGELOG.md> in detail.
2021-12-12 13:07:02 +00:00

16 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.12 2021/12/12 13:07:03 taca Exp $
DISTNAME= chef-utils-17.8.25
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/chef/chef/tree/master/chef-utils
COMMENT= Basic utility functions for Core Chef development
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=0:../../devel/ruby-concurrent-ruby
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"