diff options
author | taca <taca@pkgsrc.org> | 2005-03-06 17:04:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-03-06 17:04:53 +0000 |
commit | 4feb8883ce3ce8ca8c36e8864558ee35a596249d (patch) | |
tree | 16a104b8318fb8bfbe69c8e1d256a8c8789a9765 /security | |
parent | 4056cab53e583396a18f9760cad97d670f1e43ea (diff) | |
download | pkgsrc-4feb8883ce3ce8ca8c36e8864558ee35a596249d.tar.gz |
Add and enable ruby-digest and ruby-openssl.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 9b395bf7a60..1b9f98501a2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.226 2005/02/28 22:11:14 bad Exp $ +# $NetBSD: Makefile,v 1.227 2005/03/06 17:04:53 taca Exp $ # COMMENT= Security tools @@ -192,7 +192,9 @@ SUBDIR+= rats SUBDIR+= rc5des SUBDIR+= rid SUBDIR+= rsaref +SUBDIR+= ruby-digest SUBDIR+= ruby-tcpwrap +SUBDIR+= ruby-openssl SUBDIR+= ruby16-openssl SUBDIR+= scanssh SUBDIR+= seahorse |