ac55a07852
Changes since 8: - Updates the object module to be the same as that published in "Lua Gems", and fixes a bug in the utility mk1file which makes a one-file version of the library, to stop it permanently redefining require. - Fixes table.deepclone to copy metatables, as it should. - Fixes a bug in string.format, removes the redundant string.join (it's the same as table.concat), and adds to table.clone and table.deepclone the ability to copy without metatables.
20 lines
491 B
Text
20 lines
491 B
Text
# $NetBSD: Makefile.common,v 1.3 2009/08/12 17:17:42 minskim Exp $
|
|
# used by devel/lua-stdlib-doc/Makefile
|
|
# used by devel/lua-stdlib/Makefile
|
|
|
|
DISTNAME= stdlib-11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://luaforge.net/frs/download.php/3987/
|
|
|
|
MAINTAINER= cheusov@tut.by
|
|
HOMEPAGE= http://luaforge.net/projects/stdlib/
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/lua-stdlib/distinfo
|
|
|
|
WRKSRC= ${WRKDIR}/stdlib
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|