24 lines
484 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2019/07/12 20:48:48 sthen Exp $
COMMENT = library for programmatically tunneling connections
2015-05-14 17:57:13 +00:00
DISTNAME = net-ssh-gateway-1.2.0
CATEGORIES = net
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
2015-05-14 17:57:13 +00:00
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.6.5
CONFIGURE_STYLE = ruby gem
2015-05-14 17:57:13 +00:00
MODRUBY_TEST = rake
2015-05-14 17:57:13 +00:00
TEST_DEPENDS = devel/ruby-jeweler,${MODRUBY_FLAVOR} \
devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>