69f307e9b4
15.0.4 (2021-01-05) Merged Pull Requests * Add missing Webrick dependency to the gemspec #306 (tas50) 15.0.3 (2020-09-28) Merged Pull Requests * Added display_name in the normalize_user. #304 (antima-gupta) 15.0.2 (2020-08-21) Merged Pull Requests * Optimize our requires #303 (tas50) 15.0.1 (2020-08-13) Merged Pull Requests * Optimize requires for non-omnibus installs #302 (tas50)
26 lines
833 B
Makefile
26 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.15 2021/01/18 15:16:21 taca Exp $
|
|
|
|
DISTNAME= chef-zero-15.0.4
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
RUBY_VERSIONS_INCOMPATIBLE= 25
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} chef-zero
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|