29 lines
587 B
Makefile
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>
|