# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Crypt-Random 1.25 revision 4 license {Artistic-1 GPL} 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 {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-loader \ port:p${perl5.major}-math-pari supported_archs noarch }