pkgsrc/security/ruby-net-scp/Makefile
taca 03ec5b4a4e Update ruby-net-scp to 1.1.0.
=== 1.1.0 / 06 Feb 2013

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

14 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/02/11 02:07:09 taca Exp $
DISTNAME= net-scp-1.1.0
CATEGORIES= net security
MAINTAINER= filip@joyent.com
HOMEPAGE= http://rubyforge.org/projects/net-ssh/
COMMENT= Secure copy for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.6.5:../../security/ruby-net-ssh
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"