diff options
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> |