openbsd-ports/net/ruby-net-ssh/Makefile
2022-03-11 19:45:43 +00:00

21 lines
364 B
Makefile

COMMENT = pure-ruby implementation of the SSH2 client protocol
DISTNAME = net-ssh-2.9.2
CATEGORIES = net
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-highline,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rake
TEST_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>