pkgsrc/security/ruby-net-ssh-gateway/Makefile
taca 3d0efb9534 Update ruby-net-ssh-gateway to 2.0.0.
=== 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]
2017-06-12 16:06:48 +00:00

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"