freebsd-ports/security/rubygem-net-ssh/Makefile
Marcelo Araujo 4d68f7e983 - Update to 2.0.2.
- User RF macro.

PR:		ports/125016
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:	Roderick van Domburg <r.s.a.vandomburg@nedforce.nl> (maintainer)
2008-06-27 23:09:20 +00:00

26 lines
621 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.2
CATEGORIES= security rubygems
MASTER_SITES= RF
MAINTAINER= r.s.a.vandomburg@nedforce.nl
COMMENT= Non-interactive SSH processing
OPTIONS= PROMPT_PASSPHRASES "Prompt for passphrases on keys" On
# to get RUBY_SITEARCHLIBDIR
USE_RUBY= yes
USE_RUBYGEMS= yes
.if !defined(WITHOUT_PROMPT_PASSPHRASES)
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios
.endif
.include <bsd.port.mk>