2013-01-08 01:35:19 +01:00
|
|
|
# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
|
2006-01-18 08:20:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2012-02-12 03:13:12 +01:00
|
|
|
# Remeber to check sysutils/rubygem-chef
|
2006-01-18 08:20:26 +01:00
|
|
|
|
|
|
|
PORTNAME= net-ssh
|
2013-02-27 03:13:43 +01:00
|
|
|
PORTVERSION= 2.6.5
|
2012-02-12 03:13:12 +01:00
|
|
|
PORTEPOCH= 2
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= security rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2006-01-18 08:20:26 +01:00
|
|
|
|
2010-04-28 00:55:23 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2006-01-18 08:20:26 +01:00
|
|
|
COMMENT= Non-interactive SSH processing
|
|
|
|
|
2013-01-08 01:35:19 +01:00
|
|
|
OPTIONS_DEFINE= PROMPT_PASSPHRASES
|
|
|
|
PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
|
2008-07-09 03:30:13 +02:00
|
|
|
OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
|
2006-01-18 08:20:26 +01:00
|
|
|
|
2013-01-08 01:35:19 +01:00
|
|
|
OPTIONS_DEFAULT= PROMPT_PASSPHRASES
|
|
|
|
|
2006-01-21 10:11:30 +01:00
|
|
|
# to get RUBY_SITEARCHLIBDIR
|
2006-01-18 08:20:26 +01:00
|
|
|
USE_RUBY= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBYGEMS= yes
|
2011-05-03 00:58:46 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2006-01-18 08:20:26 +01:00
|
|
|
|
2013-01-08 01:35:19 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MPROMPT_PASSPHRASES}
|
2011-06-26 05:21:27 +02:00
|
|
|
RUN_DEPENDS+= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios
|
2006-01-18 08:20:26 +01:00
|
|
|
.endif
|
|
|
|
|
2008-06-28 01:09:20 +02:00
|
|
|
.include <bsd.port.mk>
|