c3579f1baf
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
28 lines
601 B
Makefile
28 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/09/23 16:57:34 jeremy Exp $
|
|
|
|
COMMENT = library for programmatically tunneling connections
|
|
|
|
DISTNAME = net-ssh-gateway-1.0.1
|
|
REVISION = 5
|
|
CATEGORIES = net
|
|
|
|
# MIT
|
|
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 = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.0.0
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
REGRESS_DEPENDS= devel/ruby-mocha,${MODRUBY_FLAVOR}
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${RUBY} -rubygems -Ilib/ test/gateway_test.rb
|
|
|
|
.include <bsd.port.mk>
|