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/p5-Net-Random/pkg-plist | |
parent | 6994b912e9c9d549453e0dd2788d73123c69c515 (diff) | |
download | freebsd-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
Diffstat (limited to 'net/p5-Net-Random/pkg-plist')
-rw-r--r-- | net/p5-Net-Random/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/p5-Net-Random/pkg-plist b/net/p5-Net-Random/pkg-plist new file mode 100644 index 000000000000..6d1dd361bc66 --- /dev/null +++ b/net/p5-Net-Random/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Net/Random.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Random/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Random +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |