# $Id: Portfile 57942 2009-09-19 14:13:20Z and.damore@macports.org $
PortSystem 1.0

name                lua-wsapi
version             1.1.0
categories          devel
platforms           darwin
maintainers         and.damore openmaintainer
description         Lua Web Server API
long_description    WSAPI is an API that abstracts the web server from Lua web applications. \
					By coding against WSAPI your application can run on any of the supported \
					servers and interfaces (currently CGI, FastCGI and Xavante, on Windows \
					and UNIX-based systems).
homepage            http://wsapi.luaforge.net/
master_sites        http://luaforge.net/frs/download.php/3935/
checksums           md5     6a872e60b091d15561a26e283a047ba7 \
                    sha1    f18e938f97575759fbe66893721cf9da5a245384 \
                    rmd160  02259c07799089953c360706cc682c12cbc4b2ae
distname            wsapi-${version}
depends_lib         port:lua
patchfiles          patch-Makefile.diff \
					patch-configure.diff \
					patch-src-fastcgi-lfcgi.diff				
configure.pre_args	lua
