a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@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@macports.org
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