# $Id: Portfile,v 1.1 2004/12/21 00:22:58 tristan Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		crypt-isaac 0.9 copy_install:lib {README} rubyforge:1192
maintainers		tristan@opendarwin.org
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}
extract.suffix      .tgz
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 
