diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-25 20:03:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-25 20:03:41 +0000 |
commit | d116ae4aa43aa1714cb75523469ca9138bf5d97a (patch) | |
tree | b1d8aad750b46fd091502624eeb8c0945a1538e6 /security/rubygem-net-ssh/Makefile | |
parent | 9bc4ef8e98253b014b6b5dea02c689d71392f3b3 (diff) |
Notes
Diffstat (limited to 'security/rubygem-net-ssh/Makefile')
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 0ddb51d0352a..a32d53b2908b 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= net-ssh -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -11,13 +11,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Non-interactive SSH processing LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt OPTIONS_DEFINE= PROMPT_PASSPHRASES OPTIONS_DEFAULT=PROMPT_PASSPHRASES PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys -PORTSCOUT= skipv:2.10.0 - NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes |