diff options
Diffstat (limited to 'security/ruby-sshkey/Makefile')
-rw-r--r-- | security/ruby-sshkey/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/ruby-sshkey/Makefile b/security/ruby-sshkey/Makefile index 76456b92af3..62ea4b99c52 100644 --- a/security/ruby-sshkey/Makefile +++ b/security/ruby-sshkey/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/06/22 00:56:42 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2020/06/21 15:52:12 taca Exp $ -DISTNAME= sshkey-1.9.0 +DISTNAME= sshkey-2.0.0 CATEGORIES= security MAINTAINER= minskim@NetBSD.org @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/bensie/sshkey COMMENT= Pure Ruby SSH key generator LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |