# $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp@macports.org $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{aes aes-rb} 0.1.0 extconf.rb {README \
                aes-example.rb aes-test.rb aes-ecb-tbl.txt}
maintainers		nomaintainer
description		An AES encryption algorithm for ruby, using the AESCrypt library
long_description	An all-C (for performance) implementation of the AES \
                    encryption algorithm for Ruby, implementing ECB and \
                    CFB-128 modes
homepage            http://aescrypt.sourceforge.net/
master_sites        http://aescrypt.sourceforge.net/
categories-append   security
checksums		    md5 ba28ad8fa9217b7e5bd64db647fa59c5
patchfiles          patch-aes.c
platforms		    darwin 
