diff options
author | seb <seb> | 2007-07-27 23:12:08 +0000 |
---|---|---|
committer | seb <seb> | 2007-07-27 23:12:08 +0000 |
commit | 62be572b93f944182ef03e799f0e0abccaab88c0 (patch) | |
tree | 3a67aeca65f45da3843dbd58939f4cb4af23e49c /security | |
parent | 9b28f222c56932bc1128c7544b481a36aa4da6a1 (diff) | |
download | pkgsrc-62be572b93f944182ef03e799f0e0abccaab88c0.tar.gz |
Add & enable p5-Crypt-RC4
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 58cb1204ce9..939c0911e8f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.299 2007/06/07 16:50:25 wiz Exp $ +# $NetBSD: Makefile,v 1.300 2007/07/27 23:12:08 seb Exp $ # COMMENT= Security tools @@ -155,6 +155,7 @@ SUBDIR+= p5-Crypt-OpenSSL-RSA SUBDIR+= p5-Crypt-OpenSSL-Random SUBDIR+= p5-Crypt-PasswdMD5 SUBDIR+= p5-Crypt-Primes +SUBDIR+= p5-Crypt-RC4 SUBDIR+= p5-Crypt-RIPEMD160 SUBDIR+= p5-Crypt-RSA SUBDIR+= p5-Crypt-RandPasswd |