pkgsrc/security/ruby-net-sftp/Makefile
taca b4413c408d Update ruby-net-sftp to 2.1.1.
=== 2.1.0 / 06 Feb 2013

* Added public cert. All gem releases are now signed. See INSTALL in readme.
* Remove self-require, it causes a warning in Ruby 1.9.2. [jbarnette]
* Allow for upload to use the filename of the local file by default [czarneckid]
* Properly handle receiving less data than requested. [thedarkone]
* Added option to create directory on directory upload [Pablo Merino]
* Remove a warnings in tests [kachick]
2013-02-11 02:07:37 +00:00

14 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/02/11 02:07:37 taca Exp $
DISTNAME= net-sftp-2.1.1
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/net-ssh
COMMENT= Secure FTP 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"