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

ruby.setup		{htaccess ruby-htaccess} 0.1.2 install.rb {README.en doc} \
				rubyforge:252
revision		1
maintainers		nomaintainer
description		Interface to Apache .htaccess and htpasswd files.
long_description	htaccess is a library which provide ruby interface \
					to Apache .htaccess and htpasswd files (basic auth).
categories-append	www
checksums		md5 a78be072081a9fbaa2605fa11b29d1d6
platforms		darwin

test.run		yes
test.dir		${worksrcpath}/test
test.cmd		${ruby.bin} -I../lib test-htaccess.rb \; \
				${ruby.bin} -I../lib test-htpasswd.rb

