# $Id: Portfile,v 1.3 2005/08/11 21:33:33 rshaw Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		mime-types 1.13 basic_install.rb {Readme doc}
revision		1
maintainers		darwinports@opendarwin.org
description		MIME::Types for Ruby
long_description	This is MIME::Types for Ruby, based on the Perl \
					package of the same name. It is generally kept in \
					sync with the Perl version of MIME::Types.  This \
					package works on the same concept as mailcap, which \
					uses extensions to determine the file's likely MIME \
					content type. This package does not analyse files \
					for magic bytes to determine the appropriate MIME \
					content type.
categories-append	mail
homepage		http://www.halostatue.ca/ruby/MIME__Types.html
master_sites	http://www.halostatue.ca/files/
checksums		md5 a69a2fa6f2b46e1c1dddc5c936f7813a
platforms		darwin

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

destroot.args	--no-ri --no-tests

