diff options
author | wen <wen@pkgsrc.org> | 2013-07-14 04:43:17 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-07-14 04:43:17 +0000 |
commit | 01967c72b4c088997cf4129de56566aaac7a1876 (patch) | |
tree | bb329b22270de21580519145179ebbfd764a1e29 | |
parent | 2bfcee5b56abda3236b36eb3422720a518ab7407 (diff) | |
download | pkgsrc-01967c72b4c088997cf4129de56566aaac7a1876.tar.gz |
Add p5-Crypt-Random-Seed
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 9b48dcee39a..28de479389e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.475 2013/07/14 02:56:43 wen Exp $ +# $NetBSD: Makefile,v 1.476 2013/07/14 04:43:17 wen Exp $ # COMMENT= Security tools @@ -228,6 +228,7 @@ SUBDIR+= p5-Crypt-RIPEMD160 SUBDIR+= p5-Crypt-RSA SUBDIR+= p5-Crypt-RandPasswd SUBDIR+= p5-Crypt-Random +SUBDIR+= p5-Crypt-Random-Seed SUBDIR+= p5-Crypt-Random-TESHA2 SUBDIR+= p5-Crypt-Rijndael SUBDIR+= p5-Crypt-SSLeay |