# $Id: Portfile 124793 2014-08-28 08:16:46Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.branches  5.8 5.10 5.12 5.14 5.16 5.18 5.20
perl5.setup     Math-Random-ISAAC 1.004
license         public-domain
maintainers     nomaintainer
categories-append   math
platforms       darwin
description     Perl interface to the ISAAC PRNG algorithm

long_description \
                ${description}

if {${perl5.major} != ""} {
depends_build-append    port:p${perl5.major}-test-simple

checksums           md5     46110b9a7bb96fe641bdfaf35bdafec5 \
                    sha1    0d2e423559ed28d842e6907e3944d6c5b6f2705f \
                    rmd160  6a77fc0f57b92e9331c233a0f59d77acae7d8fe0

supported_archs noarch
}
