openbsd-ports/net/ruby-net-ssh/Makefile
jeremy 82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00

32 lines
658 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/09/28 20:12:18 jeremy Exp $
COMMENT = pure-ruby implementation of the SSH2 client protocol
DISTNAME = net-ssh-2.0.15
PKGNAME = ruby-${DISTNAME}
REVISION = 0
CATEGORIES = net
# bsd/ruby
PERMIT_PACKAGE_CDROM = yes
PERMIT_PACKAGE_FTP = yes
PERMIT_DISTFILES_CDROM = yes
PERMIT_DISTFILES_FTP = yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-highline-*:devel/ruby-highline
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = :ruby-mocha-*:devel/ruby-mocha \
::devel/ruby-test-unit
do-regress:
@cd ${WRKBUILD} && ${RUBY} -Ilib -rubygems test/test_all.rb
PKG_ARCH= *
.include <bsd.port.mk>