# $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp@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} 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