9462a93343
This generates private/public SSH keypairs using pure Ruby.
12 lines
296 B
Makefile
12 lines
296 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/06/22 00:56:42 minskim Exp $
|
|
|
|
DISTNAME= sshkey-1.9.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/bensie/sshkey
|
|
COMMENT= Pure Ruby SSH key generator
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|