# $Id: Portfile,v 1.3 2004/06/14 03:37:02 rshaw Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{rmail rubymail} 0.17 install.rb {README NOTES doc guide}
revision		1
maintainers		shu@rufuran.org
description		A Ruby mail handling library
long_description	This is RubyMail, a lightweight mail library \
					containing various utility classes and modules that \
					allow Ruby scripts to parse, modify, and generate \
					MIME mail messages.
categories-append	mail
homepage		http://www.lickey.com/${ruby.project}/
master_sites	${homepage}/download/
checksums		md5 68ed70492541086b4bf17e8e75857e2e
platforms		darwin

test.run		yes
test.cmd		${ruby.bin} tests/runtests.rb

