7ce85e832e
Update devel/ruby-mixlib-config package to 3.0.9. 3.0.9 (2020-08-13) * Remove encoding comment + pin chefstyle #81 (tas50) * Update chefstyle requirement from = 1.2.0 to 1.2.1 #82 (dependabot-preview[bot]) * Optimize requires for non-omnibus installs #83 (tas50)
16 lines
406 B
Makefile
16 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/09/14 16:17:42 taca Exp $
|
|
|
|
DISTNAME= mixlib-config-3.0.9
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/chef/mixlib-config
|
|
COMMENT= Class based configuration library
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tomlrb>=0:../../devel/ruby-tomlrb
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|