freebsd-ports/security/rubygem-net-ssh/Makefile
Philip M. Gollucci 3e42b5cef0 - Update to 2.0.15
2009-09-10 17:55:10 +00:00

28 lines
695 B
Makefile

# 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
PORTVERSION= 2.0.15
CATEGORIES= security rubygems
MASTER_SITES= RF
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Non-interactive SSH processing
OPTIONS= PROMPT_PASSPHRASES "Prompt for passphrases on keys" On
OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
# to get RUBY_SITEARCHLIBDIR
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.if !defined(WITHOUT_PROMPT_PASSPHRASES)
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios
.endif
.include <bsd.port.mk>