diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-12-14 07:01:26 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-12-14 07:01:26 +0000 |
commit | f075e7a418ee57d62347a9f72e82dcd51b4bfad4 (patch) | |
tree | 46245d74eecc1cc8595d7190986c0747a588b814 /net/Makefile | |
parent | 6994b912e9c9d549453e0dd2788d73123c69c515 (diff) | |
download | ports-f075e7a418ee57d62347a9f72e82dcd51b4bfad4.tar.gz ports-f075e7a418ee57d62347a9f72e82dcd51b4bfad4.zip |
- perl module which get random data from online sources
- two source:
- http://www.fourmilab.ch/cgi-bin/uncgi/Hotbits?nbytes=1024&fmt=hex
- http://random.org/cgi-bin/randbyte?nbytes=1024&format=hex
Notes
Notes:
svn path=/head/; revision=151137
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3e6f3a217662..37f2a0a214ec 100644 --- a/net/Makefile +++ b/net/Makefile @@ -466,6 +466,7 @@ SUBDIR += p5-Net-PcapUtils SUBDIR += p5-Net-Ping-External SUBDIR += p5-Net-Radius + SUBDIR += p5-Net-Random SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-RawSock SUBDIR += p5-Net-Rendezvous |