diff options
author | swills <swills@FreeBSD.org> | 2014-08-26 23:07:44 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-08-26 23:07:44 +0800 |
commit | f88f38ecc9d0406aa73891ad3869de09d2860418 (patch) | |
tree | fa137290acdca4f6a9734bb14d4ba59203b68946 /security/Makefile | |
parent | 6c49d42e72a399d07dd9ea5478deceeb723ab701 (diff) | |
download | freebsd-ports-gnome-f88f38ecc9d0406aa73891ad3869de09d2860418.tar.gz freebsd-ports-gnome-f88f38ecc9d0406aa73891ad3869de09d2860418.tar.zst freebsd-ports-gnome-f88f38ecc9d0406aa73891ad3869de09d2860418.zip |
security/rubygem-bcrypt: add rubygem-bcrypt port
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD
project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper
for safely handling passwords.
WWW: https://github.com/codahale/bcrypt-ruby
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index e86f9893e3bd..214689e18415 100644 --- a/security/Makefile +++ b/security/Makefile @@ -866,6 +866,7 @@ SUBDIR += ruby-hmac SUBDIR += ruby-password SUBDIR += ruby-tcpwrap + SUBDIR += rubygem-bcrypt SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr |