24 lines
466 B
Makefile
24 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.24 2019/07/12 20:48:48 sthen 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-jeweler,${MODRUBY_FLAVOR} \
|
|
devel/ruby-mocha,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|