pkgsrc/security/ruby-net-ssh/Makefile
jlam 6488c3a1fb Initial import of ruby18-net-ssh-1.1.2 as security/ruby-net-ssh.
Net::SSH is to SSH as Net::Telnet is to Telnet and Net::HTTP is to
HTTP.  Perform non-interactive SSH processing, purely from Ruby!
2008-04-04 15:20:34 +00:00

16 lines
419 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:34 jlam Exp $
DISTNAME= net-ssh-1.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://net-ssh.rubyforge.org/
COMMENT= Secure shell for Ruby
DEPENDS+= ${RUBY_PKGPREFIX}-needle>=1.2.0:../../devel/ruby-needle
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"