openbsd-ports/net/ruby-net-ssh/Makefile

28 lines
589 B
Makefile
Raw Normal View History

2011-09-16 07:13:37 -04:00
# $OpenBSD: Makefile,v 1.18 2011/09/16 11:13:40 espie Exp $
2009-10-13 15:25:10 -04:00
COMMENT = pure-ruby implementation of the SSH2 client protocol
DISTNAME = net-ssh-2.0.15
2011-09-16 07:13:37 -04:00
REVISION = 4
2009-10-13 15:25:10 -04:00
CATEGORIES = net
# 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
2009-10-13 15:25:10 -04:00
MODULES = lang/ruby
2009-10-13 15:25:10 -04:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-highline,${MODRUBY_FLAVOR}
2009-10-13 15:25:10 -04:00
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
do-regress:
2009-10-13 15:25:10 -04:00
@cd ${WRKBUILD} && ${RUBY} -Ilib -rubygems test/test_all.rb
.include <bsd.port.mk>