Portfile

# $Id: Portfile 20441 2006-11-03 02:54:57Z jberry@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@macports.org
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