On 2012/10/09 09:12, Jeremy Evans wrote:
> PL/Lua is an implementation of Lua as a loadable procedural language for
> PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
> written in the Lua programming language.
> 
> PL/Lua brings the power and simplicity of Lua to PostgreSQL, including:
> small memory footprint, simple syntax, lexical scoping, functions as
> first-class values, and coroutines for non-preemptive threading.
> 
> Tested on i386 using the examples on the home page, everything appears
> to work.  Also compiles on amd64.  Looking for OKs.
> 
> Thanks,
> Jeremy


RUN_DEPENDS =           postgresql-server-*:databases/postgresql,-server

I don't know postgresql PL extensions well, but I think it's probably
safer to restrict this to at least the major version of postgresql that
it was built against i.e. maybe something like this,

RUN_DEPENDS =           
postgresql-server->=9.2,<9.3:databases/postgresql,-server

Other minor nit, README ought to use the format in
/usr/ports/infrastructure/templates/README.template, otherwise
OK with me.

Reply via email to