mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
26 lines
575 B
Makefile
26 lines
575 B
Makefile
PORTNAME= net-ssh
|
|
PORTVERSION= 7.3.0
|
|
PORTEPOCH= 2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Non-interactive SSH processing
|
|
WWW= https://github.com/net-ssh/net-ssh
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= support/ssh_tunnel_bug.rb
|
|
|
|
OPTIONS_DEFINE= PROMPT_PASSPHRASES
|
|
OPTIONS_DEFAULT=PROMPT_PASSPHRASES
|
|
PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
|
|
|
|
PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
|
|
|
|
.include <bsd.port.mk>
|