1ccf7f11f3
3.7.0 (2021-04-28) Merged Pull Requests * Update chefstyle requirement from 1.7.4 to 1.7.5 #678 (dependabot[bot]) * Switch to GNU timeout-based implementation of SSH timeouts #679 (clintoncwolfe) * Read the username and port from /.ssh/config file and replace if present #659 (sanga1794) 3.6.2 (2021-04-14) Merged Pull Requests * Update chefstyle requirement from 1.7.2 to 1.7.4 #673 (dependabot[bot]) * Fix SSH Timeout PTY allocation #676 (clintoncwolfe) 3.6.0 (2021-04-07) Merged Pull Requests * Support Docker for Windows #674 (clintoncwolfe) 3.5.5 (2021-03-24) Merged Pull Requests * Add timeout support to Mixlib::ShellOut based local runners #671 (clintoncwolfe)
20 lines
722 B
Makefile
20 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.10 2021/05/09 04:50:57 taca Exp $
|
|
|
|
DISTNAME= train-core-3.7.0
|
|
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"
|