diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-12-31 08:45:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-12-31 08:45:26 +0000 |
commit | 665db63837b7bd2a09a40144428b977b854dbb06 (patch) | |
tree | 9dbe8b625c4c2a3a99c766e76e012c875683d0c2 /textproc/Makefile | |
parent | 0a16c047b0d8660dff6141cdd651d90515e5fcba (diff) |
Using output of /dev/urandom. Simply convert bytes into 8-bit
characters.
WWW: http://search.cpan.org/dist/String-Urandom/
Notes
Notes:
svn path=/head/; revision=288314
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 68a4b3a946b8..db1384cf7cb2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -714,6 +714,7 @@ SUBDIR += p5-String-ToIdentifier-EN SUBDIR += p5-String-Tokenizer SUBDIR += p5-String-Truncate + SUBDIR += p5-String-Urandom SUBDIR += p5-Syntax-Highlight-Engine-Kate SUBDIR += p5-Syntax-Highlight-Perl-Improved SUBDIR += p5-TeX-Encode |