eda32cd7e9
1.14.0 (2017-06-30) Breaking changes * None New features * #401: Add :log_percent option to specify upload!/download! transfer log percentage - @aubergene
15 lines
476 B
Makefile
15 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/09/10 15:36:13 taca Exp $
|
|
|
|
DISTNAME= sshkit-1.14.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/capistrano/sshkit/
|
|
COMMENT= Makes it easy to write structured, testable SSH commands
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.8.0:../../security/ruby-net-ssh
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.1.2:../../security/ruby-net-scp
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|