ports/net/ruby-net-ssh/Makefile

16 lines
227 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= pure-ruby implementation of the SSH2 client protocol
DISTNAME= net-ssh-7.1.0
CATEGORIES= net
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
MODRUBY_TEST= rake
.include <bsd.port.mk>