# $Id: Portfile 105394 2013-04-19 18:01:01Z jmr@macports.org $

PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		crypt-isaac 0.9 copy_install:lib {README} rubyforge:1192
maintainers		nomaintainer
description		Implementation of the ISAAC psuedo random number generator.
long_description	This is a Ruby implementation of the ISAAC \
                    cryptographically secure PRNG. One can use it \
                    when one wants independent sources of high \
                    quality random numbers.
homepage            http://rubyforge.org/projects/crypt-isaac
distname            ${ruby.module}_${version}

categories-append   security
checksums		    md5 5411951336490b2f805aa15d5902842a
build               {
                        file mkdir ${worksrcpath}/lib
                        file mkdir ${worksrcpath}/lib/crypt
                        file rename ${worksrcpath}/ISAAC.rb ${worksrcpath}/lib/crypt/ISAAC.rb
                    }
platforms		    darwin
supported_archs	    noarch
