# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 60673 2009-11-19 20:53:25Z snc@macports.org $

PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{fcgi ruby-fcgi} 0.8.7 install.rb {README} rubyforge:11368
maintainers		icongarden.com:jstetser
description		The Ruby interface to FastCGI
long_description	FastCGI is a language independent, scalable, open \
					extension  to CGI that provides high performance \
					without the limitations of server specific APIs. \
					This is the Ruby interface.
categories-append	www
checksums           md5     fe4d4a019785e8108668a3e81a5df5e1 \
                    sha1    724d01553d35738268b13a93df1b5bb01f2d2b81 \
                    rmd160  c52e55fa75b8ee3371d6bc92130eb056173205ed
platforms		darwin

depends_lib-append	lib:libfcgi.2:fcgi
