pkgsrc/security/ruby-net-ssh-gateway/Makefile
taca 77111f2512 Update ruby-net-ssh-gateway to 1.2.0.
=== 1.2.0 / 06 Feb 2013

* Added public cert. All gem releases are now signed. See INSTALL in readme.
2013-02-11 02:08:16 +00:00

14 lines
419 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/02/11 02:08:16 taca Exp $
DISTNAME= net-ssh-gateway-1.2.0
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/net-ssh/
COMMENT= Simple way to connect to servers behind a firewall or NAT
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.6.5:../../security/ruby-net-ssh
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"