diff options
author | minskim <minskim@pkgsrc.org> | 2017-10-16 17:05:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2017-10-16 17:05:07 +0000 |
commit | 0ff551e6916e35fe500882c8de40c1342b4b2724 (patch) | |
tree | d3306923baf8f6c49d13f64f73db7c18f9676b18 | |
parent | 9625156853ff0daf249cccabde909fd381599881 (diff) | |
download | pkgsrc-0ff551e6916e35fe500882c8de40c1342b4b2724.tar.gz |
security/Makefile: Add ruby-bcrypt_bpkdf
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index d98351240a5..d6354713a87 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.650 2017/10/13 19:02:40 minskim Exp $ +# $NetBSD: Makefile,v 1.651 2017/10/16 17:05:07 minskim Exp $ # COMMENT= Security tools @@ -458,6 +458,7 @@ SUBDIR+= rid SUBDIR+= rsaref SUBDIR+= ruby-airbrussh SUBDIR+= ruby-bcrypt +SUBDIR+= ruby-bcrypt_pbkdf SUBDIR+= ruby-ezcrypto SUBDIR+= ruby-hmac SUBDIR+= ruby-jsobfu |