2009-10-13 15:37:52 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2009/10/13 19:37:52 pirofti Exp $
|
2007-05-30 23:45:51 -04:00
|
|
|
|
2009-10-13 15:25:10 -04:00
|
|
|
COMMENT = pure-ruby implementation of the SSH2 client protocol
|
2007-05-30 23:45:51 -04:00
|
|
|
|
2009-10-13 15:37:52 -04:00
|
|
|
DISTNAME = net-ssh-2.0.15
|
2009-10-13 15:25:10 -04:00
|
|
|
PKGNAME = ruby-${DISTNAME}
|
|
|
|
CATEGORIES = net
|
2007-05-30 23:45:51 -04:00
|
|
|
|
|
|
|
# bsd/ruby
|
2009-10-13 15:25:10 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = yes
|
|
|
|
PERMIT_PACKAGE_FTP = yes
|
|
|
|
PERMIT_DISTFILES_CDROM = yes
|
|
|
|
PERMIT_DISTFILES_FTP = yes
|
2007-05-30 23:45:51 -04:00
|
|
|
|
2009-10-13 15:25:10 -04:00
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=net-ssh/}
|
2007-05-30 23:45:51 -04:00
|
|
|
|
2009-10-13 15:25:10 -04:00
|
|
|
MODULES = lang/ruby
|
2007-05-30 23:45:51 -04:00
|
|
|
|
2009-10-13 15:25:10 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = :ruby-highline-*:devel/ruby-highline
|
2007-05-30 23:45:51 -04:00
|
|
|
|
2009-10-13 15:25:10 -04:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2007-05-30 23:45:51 -04:00
|
|
|
|
2009-10-13 15:25:10 -04:00
|
|
|
REGRESS_DEPENDS = :ruby-mocha-*:devel/ruby-mocha \
|
|
|
|
::devel/ruby-test-unit
|
2009-05-18 10:23:50 -04:00
|
|
|
|
2008-11-19 09:40:23 -05:00
|
|
|
do-regress:
|
2009-10-13 15:25:10 -04:00
|
|
|
@cd ${WRKBUILD} && ${RUBY} -Ilib -rubygems test/test_all.rb
|
2008-11-19 09:40:23 -05:00
|
|
|
|
2007-05-30 23:45:51 -04:00
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|