2006-01-18 08:20:26 +01:00
|
|
|
# New ports collection makefile for: rubygem-net-ssh
|
|
|
|
# Date created: 14 January 2006
|
|
|
|
# Whom: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= net-ssh
|
2007-07-10 09:44:36 +02:00
|
|
|
PORTVERSION= 1.1.2
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= security rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2006-01-18 08:20:26 +01:00
|
|
|
|
2007-07-10 09:44:36 +02:00
|
|
|
MAINTAINER= r.s.a.vandomburg@nedforce.nl
|
2006-01-18 08:20:26 +01:00
|
|
|
COMMENT= Non-interactive SSH processing
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/needle-1.3.0.gemspec:${PORTSDIR}/devel/rubygem-needle
|
|
|
|
|
|
|
|
OPTIONS= PROMPT_PASSPHRASES "Prompt for passphrases on keys" On
|
2007-07-10 09:44:36 +02:00
|
|
|
OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
|
2006-01-18 08:20:26 +01:00
|
|
|
|
2006-01-21 10:11:30 +01:00
|
|
|
# to get RUBY_SITEARCHLIBDIR
|
2006-01-18 08:20:26 +01:00
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_PROMPT_PASSPHRASES)
|
2006-01-21 10:11:30 +01:00
|
|
|
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios
|
2006-01-18 08:20:26 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|