d3d9d5c5a8
bcrypt_pbkdf is a ruby gem implementing bcrypt_pbkdf from OpenBSD. This is currently used by net-ssh to read password encrypted Ed25519 keys.
12 lines
335 B
Makefile
12 lines
335 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/10/16 17:04:11 minskim Exp $
|
|
|
|
DISTNAME= bcrypt_pbkdf-1.0.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/net-ssh/bcrypt_pbkdf-ruby
|
|
COMMENT= Ruby implementation of bcrypt_pdkdf from OpenBSD
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|