ab20e748fe
Update ruby-chef-zero to 15.0.0. 15.0.0 (2020-02-19) * remove deprecation warnings for ruby 2.7 #300 (lamont-granquist) 14.0.17 (2019-12-30) * Move testing to Buildkite #297 (tas50) * Apply Chefstyle #298 (tas50) * Substitute require for require_relative #296 (tas50) * Use Chefstyle gem and move dev deps to the Gemfile #299 (tas50) 14.0.13 (2019-10-07) * Add ChefZero::Dist to abstract branding details to a single location #293 (Tensibai) 14.0.12 (2019-03-19) * Loosen the mixlib-log depedency + misc cleanup #292 (tas50)
23 lines
778 B
Makefile
23 lines
778 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/03/24 18:06:28 taca Exp $
|
|
|
|
DISTNAME= chef-zero-15.0.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/opscode/chef-zero
|
|
COMMENT= Simple fast-start in-memory Chef server
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ffi-yajl>=2.2<3:../../devel/ruby-ffi-yajl
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=2.0<4:../../devel/ruby-mixlib-log
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-uuidtools>=2.1<3:../../devel/ruby-uuidtools
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=2.0.5<5:../../misc/ruby-hashie
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0.6<3:../../www/ruby-rack
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} chef-zero
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|