3d0efb9534
=== 2.0.0 / 26 Jan 2017 * Update net-ssh dependency to 4.0.0 which requires Ruby version >= 2.0 [delano] === 1.3.0 / 26 Jan 2017 * Fix for loop_wait option on initialization [mfazekas, tpitale] * Use bundler and remove remove jeweler [tpitale] * Use minitest instead of test/unit [tpitale] * Added Travis CI config [tpitale]
14 lines
415 B
Makefile
14 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/06/12 16:06:48 taca Exp $
|
|
|
|
DISTNAME= net-ssh-gateway-2.0.0
|
|
CATEGORIES= net security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/net-ssh/net-scp
|
|
COMMENT= Simple way to connect to servers behind a firewall or NAT
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=4.0.0:../../security/ruby-net-ssh
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|