mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|||
|
|
|
||
|
|
PortSystem 1.0
|
||
|
|
PortGroup luarocks_org 1.0
|
||
|
|
|
||
|
|
name lua-wsapi-fcgi
|
||
|
|
version 1.7
|
||
|
|
revision 0
|
||
|
|
luarocks.rock wsapi-fcgi-${version}-1.src.rock
|
||
|
|
license MIT
|
||
|
|
maintainers nomaintainer
|
||
|
|
description Lua Web Server API FastCGI Adapter
|
||
|
|
long_description WSAPI is an API that abstracts the web server from Lua web applications. This \
|
||
|
|
is the rock that contains the FCGI module lfcgi.
|
||
|
|
|
||
|
|
checksums rmd160 e9f3ee55a09802442ad93d0f5f00e5937c6199d7 \
|
||
|
|
sha256 14b77861638a5e863fd10d60ad460a961dc108ea5b915f71461a18d5e6be8e4e \
|
||
|
|
size 129893
|
||
|
|
|
||
|
|
luarocks.worksrcdir wsapi
|
||
|
|
|
||
|
|
luarocks.dependencies wsapi
|
||
|
|
depends_lib port:fcgi
|
||
|
|
|
||
|
|
patchfiles patch-src-fastcgi-lfcgi.c.diff
|
||
|
|
|
||
|
|
configure.cflags-append -DUSE_POPEN=1
|
||
|
|
|
||
|
|
luarocks.uploader mascarenhas
|