ports/net/ruby-net-sftp/Makefile

21 lines
380 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = pure-ruby implementation of the SFTP client protocol
DISTNAME = net-sftp-2.1.2
CATEGORIES = net
# bsd/ruby
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.6.5
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rake
TEST_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>