f39710ea7e
Update ruby-sshkey to 2.0.0. pkgsrc change: add "USE_LANGUAGES= # none". 2.0.0 (2019-02-11) * Breaking Change: Drop support for Ruby 1.9 * Feature: Accept valid ed25519 keys with leading zero byte (#37) * Feature: Support sshfp (#30)
14 lines
316 B
Makefile
14 lines
316 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/06/21 15:52:12 taca Exp $
|
|
|
|
DISTNAME= sshkey-2.0.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
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"
|