# $Id: Portfile 105264 2013-04-15 13:43:52Z jmr@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
license			GPL-2+
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
