pkgsrc/sysutils/ruby-chef-config/Makefile
taca d1354c2cc0 sysutils/ruby-chef-config: update to 15.8.23
Update ruby-chef-config to 15.8.23.

Changes are too many to write here, please refer
<https://github.com/chef/chef/blob/master/CHANGELOG.md>.
2020-03-24 18:03:50 +00:00

21 lines
804 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/03/24 18:03:50 taca Exp $
DISTNAME= chef-config-15.8.23
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/chef/chef
COMMENT= Chef's default configuration and config loading
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-chef-utils>=15.8.23<15.9:../../sysutils/ruby-chef-utils
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0:../../devel/ruby-mixlib-shellout
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-config>=2.2.12:../../devel/ruby-mixlib-config
DEPENDS+= ${RUBY_PKGPREFIX}-fuzzyurl>=0:../../textproc/ruby-fuzzyurl
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-tomlrb>=1.2<2:../../devel/ruby-tomlrb
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"