df7351701a
14.0.11 (2018-11-15) Merged Pull Requests * remove hashrocket syntax #283 (lamont-granquist) * fixes for new chefstyle #284 (lamont-granquist) * Misc cleanup for gemspec, rakefile, gemfile, and expeditor #287 (tas50) * Don't ship the readme in the gem #289 (tas50) * Require Rack 2.0.6 or later to resolve CVEs #288 (tas50)
24 lines
828 B
Makefile
24 lines
828 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/02/03 16:16:38 taca Exp $
|
|
|
|
DISTNAME= chef-zero-14.0.11
|
|
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<3:../../devel/ruby-mixlib-log
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-uuidtools>=2.1<3:../../devel/ruby-uuidtools
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=2.0.5<4.0:../../misc/ruby-hashie
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0.6:../../www/ruby-rack
|
|
|
|
RUBY_VERSIONS_ACCEPTED= 24 25 26 # 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"
|