23 lines
426 B
Makefile
23 lines
426 B
Makefile
# $OpenBSD: Makefile,v 1.25 2020/11/11 01:34:29 jeremy Exp $
|
|
|
|
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>
|