summaryrefslogtreecommitdiff
path: root/security/ruby-net-sftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-net-sftp/Makefile')
-rw-r--r--security/ruby-net-sftp/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/ruby-net-sftp/Makefile b/security/ruby-net-sftp/Makefile
new file mode 100644
index 00000000000..7aae887ef70
--- /dev/null
+++ b/security/ruby-net-sftp/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:28 jlam Exp $
+
+DISTNAME= net-sftp-1.1.1
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= net security
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://net-ssh.rubyforge.org/
+COMMENT= Secure FTP for Ruby
+
+DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=1.1.0:../../security/ruby-net-ssh
+
+GEM_BUILD= gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"