openbsd-ports/net/ruby-net-ssh/Makefile
jeremy f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00

28 lines
644 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/11/08 23:28:55 jeremy Exp $
COMMENT = pure-ruby implementation of the SSH2 client protocol
DISTNAME = net-ssh-2.0.15
REVISION = 1
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 = :${MODRUBY_PKG_PREFIX}-highline-*:devel/ruby-highline,${FLAVOR}
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = :${MODRUBY_PKG_PREFIX}-mocha-*:devel/ruby-mocha,${FLAVOR}
do-regress:
@cd ${WRKBUILD} && ${RUBY} -Ilib -rubygems test/test_all.rb
.include <bsd.port.mk>