pkgsrc/devel/lua-filesystem/Makefile
fhajny 08ff784184 Import lua-filesystem-1.5.0 as devel/lua-filesystem.
LuaFileSystem is a Lua library developed to complement the set of functions
related to file systems offered by the standard Lua distribution.

LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.
2010-09-21 09:30:41 +00:00

19 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/21 09:30:41 fhajny Exp $
#
DISTNAME= luafilesystem-1.5.0
PKGNAME= ${DISTNAME:S/lua/lua-/}
CATEGORIES= devel
MASTER_SITES= http://github.com/downloads/keplerproject/luafilesystem/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://keplerproject.github.com/luafilesystem/
COMMENT= File system related library for Lua
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
BUILD_TARGET= lib
.include "../../lang/lua/module.mk"
.include "../../mk/bsd.pkg.mk"