pkgsrc/security/ruby-net-ssh-gateway/Makefile

15 lines
415 B
Makefile
Raw Normal View History

# $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"