diff options
author | rodent <rodent@pkgsrc.org> | 2014-05-03 02:27:57 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-05-03 02:27:57 +0000 |
commit | a38b7d39a2a20c351de161637e47e225b2b8e27c (patch) | |
tree | 2889a24037ebac5d44e42cd8b5eac19cd3a4f483 /security | |
parent | 0648f45c72559f3856bd7e283caa1a3681401b76 (diff) | |
download | pkgsrc-a38b7d39a2a20c351de161637e47e225b2b8e27c.tar.gz |
+py-bcrypt
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index b7e34550d1c..0b679ab2ab5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.506 2014/04/23 11:28:33 wiz Exp $ +# $NetBSD: Makefile,v 1.507 2014/05/03 02:27:57 rodent Exp $ # COMMENT= Security tools @@ -339,6 +339,7 @@ SUBDIR+= py-OpenSSL SUBDIR+= py-SSLCrypto SUBDIR+= py-asn1 SUBDIR+= py-backports.ssl_match_hostname +SUBDIR+= py-bcrypt SUBDIR+= py-crack SUBDIR+= py-cryptkit SUBDIR+= py-crypto |