freebsd-ports/devel/lua-lunit/pkg-plist
Matthias Andree c3ec4b6526 Add a new port devel/lua-lunit, maintained by Sergey V. Dyatko (submitter).
Lunit is a unit testing framework for lua, written in lua. It provides
currently 27 assert functions, 8 type checking functions and a few
miscellaneous functions for usage as an easy unit testing framework.

The PKGNAMEPREFIX=  lua- was approved of by Sergey V. Dyatko in private mail.

Further changes over his submission are:
- LUA_MODLIBDIR=	${PREFIX}/lib/lua/${LUA_VER}/${PORTNAME} removed
  (shadows lua framework setting)
- remove ${MKDIR} ${LUA_MODLIBDIR} - we don't install any files there
- change installation destionation from LOCALBASE to PREFIX, and create
  directory first

PR:		ports/177541
Submitted by:	Sergey V. Dyatko
2013-06-06 22:03:20 +00:00

9 lines
297 B
Text

bin/lunit
%%LUA_MODSHAREDIR%%/lunit-tests.lua
%%LUA_MODSHAREDIR%%/lunit-console.lua
%%LUA_MODSHAREDIR%%/lunit.lua
%%PORTDOCS%%%%DOCSDIR%%/DOCUMENTATION
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.lua
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%