mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.1 KiB
Tcl
27 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-cgilua
|
|
version 6.0.2
|
|
revision 0
|
|
luarocks.rock cgilua-${version}-0.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Building Web Scripts with Lua
|
|
long_description CGILua is a tool for creating dynamic Web pages and manipulating input \
|
|
data from Web forms. CGILua allows the separation of logic and data \
|
|
handling from the generation of pages, making it easy to develop web \
|
|
applications with Lua.
|
|
|
|
checksums rmd160 22a8e9bfd2888dd2d7a0d670628da2ff25ced251 \
|
|
sha256 7bfb88c483136bca9b814316d7f9ff581a805d68d144c1eebdfda3e8dfb5eb3a \
|
|
size 148717
|
|
|
|
luarocks.pure_lua yes
|
|
|
|
luarocks.dependencies luafilesystem
|
|
|
|
luarocks.uploader tomasguisasola
|