042fcdcede
3.8.5 (2021-12-03) Merged Pull Requests * Update chefstyle requirement from 2.0.7 to 2.0.8 #702 (dependabot[bot]) * Update chefstyle requirement from 2.0.8 to 2.1.1 #706 (dependabot[bot]) * Fix ruby 2.5 test #711 (Vasu1105) * Adds ssh_config_file option. #709 (Vasu1105)
20 lines
722 B
Makefile
20 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/12/12 13:09:23 taca Exp $
|
|
|
|
DISTNAME= train-core-3.8.5
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/inspec/train
|
|
COMMENT= Transport interface to talk to a selected set of backends
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5<3:../../net/ruby-addressable
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.13.1:../../devel/ruby-ffi
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0:../../devel/ruby-mixlib-shellout
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.2<4.0:../../security/ruby-net-scp
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.9<7.0:../../security/ruby-net-ssh
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|