# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Crypt-Random 1.25
maintainers     nomaintainer
description     Cryptographically Secure, True Random Number Generator.
long_description Crypt::Random is an interface module to the /dev/random device found on most \
                modern Unix systems. The /dev/random driver gathers environmental noise from \
                various non-deterministic sources including inter-keyboard timings and \
                inter-interrupt timings that occur within the operating system environment.

platforms       darwin
checksums       md5 5730c9d5acdd698790216d354ffb0513

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
