On Sun, Jun 05, 2016 at 10:15:37AM +0200, Florian Stinglmayr wrote: > attached is a port for lua-cliargs. A command line parsing library for > Lua. It works with all versions, and is really handy. It is also a > dependency for some bigger ports I have line up.
Works fine here, this is definitely handy. Some nitpicking: -COMMENT = command line parser for lua +COMMENT = command line parser for Lua -#MIT +# MIT Also, portcheck warns about 2 line(s) longer than 80 chars in Makefile. Could you wrap the lines in the 'do-install' target?
