Files

30 lines
1008 B
Tcl
Raw Permalink Normal View History

2022-06-09 09:06:40 -05:00
# -*- 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
2024-10-16 14:53:40 -05:00
github.setup openresty lua-resty-lrucache 0.15 v
2024-08-12 04:04:51 -05:00
revision 0
2024-10-16 14:53:40 -05:00
checksums rmd160 cf8876806c3da5d4ee0ffe39b9b94d0911a8fb0e \
sha256 8cf1a22e0d5b8f35cb0b2e14c58fcb3aa505a8fb6e956817f0cdb1f06593f072 \
size 17834
2022-06-09 09:06:40 -05:00
categories lua
maintainers {ryandesign @ryandesign} openmaintainer
license BSD
supported_archs noarch
2022-12-04 22:06:20 +11:00
platforms any
2022-06-09 09:06:40 -05:00
description lua-land LRU cache based on LuaJIT FFI
long_description ${name} implements a simple LRU cache for nginx \
and the nginx lua module.
github.tarball_from archive
# LuaJIT looks for modules in the 5.1 directory
destroot.args-append LUA_LIB_DIR=${prefix}/share/lua/5.1
2022-06-09 09:06:40 -05:00
github.livecheck.regex {([0-9.]+)}