aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-net-ssh/Makefile
blob: 54326ca08a09f9555dca5fb2268e4cd10ead6163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
# $FreeBSD$

PORTNAME=   net-ssh
PORTVERSION=    2.6.5
PORTEPOCH=  2
CATEGORIES= security rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Non-interactive SSH processing

OPTIONS_DEFINE= PROMPT_PASSPHRASES
PROMPT_PASSPHRASES_DESC=    Prompt for passphrases on keys
OPTIONSFILE?=   ${PORT_DBDIR}/rubygem-${PORTNAME}/options

OPTIONS_DEFAULT=    PROMPT_PASSPHRASES

# to get RUBY_SITEARCHLIBDIR
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MPROMPT_PASSPHRASES}
RUN_DEPENDS+=   rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios
.endif

.include <bsd.port.mk>