ports/net/ruby-net-ssh-gateway/Makefile

17 lines
307 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = library for programmatically tunneling connections
DISTNAME = net-ssh-gateway-1.2.0
CATEGORIES = net
# MIT
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
.include <bsd.port.mk>