aboutsummaryrefslogtreecommitdiff
path: root/devel/lua-lunit
Commit message (Collapse)AuthorAgeFilesLines
* Use lua 5.2Baptiste Daroussin2014-01-101-28/+14
| | | | Notes: svn path=/head/; revision=339334
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Add a new port devel/lua-lunit, maintained by Sergey V. Dyatko (submitter).Matthias Andree2013-06-064-0/+72
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 Notes: svn path=/head/; revision=320131