mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 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-xavante
|
|
version 2.4.0
|
|
revision 0
|
|
luarocks.rock xavante-${version}-1.src.rock
|
|
license MIT
|
|
categories-append www
|
|
maintainers nomaintainer
|
|
|
|
description Lua Web Server Library
|
|
long_description Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers. \
|
|
This rock installs Xavante as a library that other applications can use.
|
|
|
|
checksums rmd160 f08e073a521e7b9b653c61cd64585827e5faa006 \
|
|
sha256 67c738f981e7d65d18c717f3acac59a37f95d5139c00fb0de5d3167262025273 \
|
|
size 41574
|
|
|
|
luarocks.worksrcdir xavante-${version}
|
|
|
|
luarocks.dependencies luasocket \
|
|
copas \
|
|
luafilesystem
|
|
|
|
luarocks.pure_lua yes
|
|
|
|
luarocks.uploader mascarenhas
|