Torsten Zuehlsdorff 20abeb6774 Bring back dependencies needed to prepare the update of www/gitlab to 10.4
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 16:59:19 +00:00

29 lines
587 B
Makefile

# $FreeBSD$
PORTNAME= net-ssh
PORTVERSION= 4.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 41
MAINTAINER= idefix@fechner.net
COMMENT= Non-interactive SSH processing
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
OPTIONS_DEFINE= PROMPT_PASSPHRASES
OPTIONS_DEFAULT=PROMPT_PASSPHRASES
PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
PORTSCOUT= limit:^4\.1
NO_ARCH= yes
USES= gem shebangfix
USE_RUBY= yes
SHEBANG_FILES= support/ssh_tunnel_bug.rb
PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
.include <bsd.port.mk>