- Unbreak with ruby 1.9 <=0.9.5 doesn't build with ruby 1.9 - Development of ruby's termios has moved - Name changed to termios -> ruby-termios - Bump PORTREVISION on ports with dependency changes With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Checked by: make index
30 lines
703 B
Makefile
30 lines
703 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.1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@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+= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|