summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authornikita <nikita@pkgsrc.org>2020-06-16 10:30:32 +0000
committernikita <nikita@pkgsrc.org>2020-06-16 10:30:32 +0000
commit5eaccbabc97bbadd5f848d0e674caa7231ef255c (patch)
treebb598324b3b63c5c33f9e205da005745d180f1b3 /security/Makefile
parentcfd7979d2d6bd77f1b3f986767b64093eceb35f2 (diff)
downloadpkgsrc-5eaccbabc97bbadd5f848d0e674caa7231ef255c.tar.gz
Add security/passphrase version 1.0.0
Passphrase is a zero-dependency passphrase generator. It is pretty fast (over 6000 times faster than bitwarden's "bw generate -p",) and you can use any wordlist. An English wordlist is included, and is the default.
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index 7364de94a9f..5d360c535a2 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.767 2020/06/12 13:42:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.768 2020/06/16 10:30:32 nikita Exp $
#
COMMENT= Security tools
@@ -366,6 +366,7 @@ SUBDIR+= pam-tacplus
SUBDIR+= pam-yubico
SUBDIR+= pam_ssh_agent_auth
SUBDIR+= paperkey
+SUBDIR+= passphrase
SUBDIR+= password-store
SUBDIR+= pcsc-lite
SUBDIR+= pcsc-tools