# $Id: Portfile 87481 2011-11-23 15:15:08Z jmr@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Math-Random-ISAAC 1.002
revision        2
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     92bbf5de885b72626160a5b9461bf4d6 \
                    sha1    99e5d0a700366039fcf2d1fc56f5f134376f6799 \
                    rmd160  fd3b08cc80aa436c60174b3c348ce83b09ed80d5

supported_archs noarch
}
