diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-06-27 23:09:20 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-06-27 23:09:20 +0000 |
commit | 4d68f7e98394237b32f3ab36a62b85477b2952cf (patch) | |
tree | 96996fe9f213e758b9b3af31ba65ddbf4d4d56c1 /security/rubygem-net-ssh/Makefile | |
parent | - Remove CELLSHADING option and corresponding patch (not supported). (diff) |
- 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)
Diffstat (limited to 'security/rubygem-net-ssh/Makefile')
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index ed4a9f1d4b4b..61c64d61fc23 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -6,27 +6,21 @@ # PORTNAME= net-ssh -PORTVERSION= 1.1.2 +PORTVERSION= 2.0.2 CATEGORIES= security rubygems -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= RF MAINTAINER= r.s.a.vandomburg@nedforce.nl 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 -OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options # to get RUBY_SITEARCHLIBDIR USE_RUBY= yes USE_RUBYGEMS= yes -.include <bsd.port.pre.mk> - .if !defined(WITHOUT_PROMPT_PASSPHRASES) RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |