diff options
author | taca <taca> | 2011-06-19 03:20:04 +0000 |
---|---|---|
committer | taca <taca> | 2011-06-19 03:20:04 +0000 |
commit | 20d87eb20f89257293bcd02195bf4eecf2d080c3 (patch) | |
tree | c8528765e2be1010647e75ae8d1fa09890a682e7 /security | |
parent | ee8e710b7c0e474dcc444c410e810b3245fd04ef (diff) | |
download | pkgsrc-20d87eb20f89257293bcd02195bf4eecf2d080c3.tar.gz |
Add and enable ruby-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 45e3c2ae298..16c3ac3226a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.412 2011/05/28 08:37:10 cheusov Exp $ +# $NetBSD: Makefile,v 1.413 2011/06/19 03:20:04 taca Exp $ # COMMENT= Security tools @@ -316,6 +316,7 @@ SUBDIR+= rats SUBDIR+= rc5des SUBDIR+= rid SUBDIR+= rsaref +SUBDIR+= ruby-bcrypt SUBDIR+= ruby-ezcrypto SUBDIR+= ruby-hmac SUBDIR+= ruby-net-scp |