diff options
author | knu <knu@FreeBSD.org> | 2002-02-20 14:24:20 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-02-20 14:24:20 +0800 |
commit | 52894a92d5e5109d8dc9ff38a88c719d3ca21526 (patch) | |
tree | 3249838bf017e460f4eaebc2deb9d8c9f959d618 /security/Makefile | |
parent | 1f72683714ca4b7714acbe8fac1dd212cd3fd8dc (diff) | |
download | freebsd-ports-gnome-52894a92d5e5109d8dc9ff38a88c719d3ca21526.tar.gz freebsd-ports-gnome-52894a92d5e5109d8dc9ff38a88c719d3ca21526.tar.zst freebsd-ports-gnome-52894a92d5e5109d8dc9ff38a88c719d3ca21526.zip |
Add ruby-hmac, a Ruby library which implements the HMAC algorithm.
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 745498605423..5e019e89cb8e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -198,6 +198,7 @@ SUBDIR += ruby-acl SUBDIR += ruby-aes SUBDIR += ruby-blowfish + SUBDIR += ruby-hmac SUBDIR += ruby-mcrypt SUBDIR += ruby-openssl SUBDIR += ruby-pam |