# -*- 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 github 1.0 PortGroup makefile 1.0 github.setup openresty lua-resty-core 0.1.30 v revision 0 checksums rmd160 7bed39329c2fd72d1753f5301b58f71fd82cfdc7 \ sha256 adc7781ddaeab9341b82033a6c06b0d190d4c6d1c2dddd46f6965ce9e57a0310 \ size 226422 categories lua maintainers {ryandesign @ryandesign} openmaintainer license BSD supported_archs noarch platforms any description new FFI-based API for lua-nginx-module long_description ${name} is a pure Lua library that reimplements \ part of the nginx lua module's API for Lua with \ LuaJIT FFI and installs the new FFI-based Lua API \ into the ngx.* and ndk.* namespaces used by the \ nginx lua module. github.tarball_from archive depends_run port:lua-resty-lrucache # LuaJIT looks for modules in the 5.1 directory destroot.args-append LUA_LIB_DIR=${prefix}/share/lua/5.1 github.livecheck.regex {([0-9.]+)}