f1b9ef7f5a
Update ruby-license-acceptance to 1.0.19. 1.0.19 (2020-04-14) Merged Pull Requests * Fixing error with Expeditor update_version.sh script #76 (tyler-ball)
19 lines
638 B
Makefile
19 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/04/27 15:38:48 taca Exp $
|
|
|
|
DISTNAME= license-acceptance-1.0.19
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/chef/license-acceptance
|
|
COMMENT= Chef End User License Agreement Acceptance
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-pastel>=0.7<1:../../devel/ruby-pastel
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tomlrb>=1.2<2:../../devel/ruby-tomlrb
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tty-box>=0.3<1:../../devel/ruby-tty-box
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tty-prompt>=0.18<1:../../devel/ruby-tty-prompt
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|