3b58d02b22
PR: 145173 Submitted by: Nikolai Lifanov
13 lines
248 B
Makefile
13 lines
248 B
Makefile
# Created by: Nikolai Lifanov
|
|
# $FreeBSD$
|
|
|
|
COMMENT= LuaFileSystem for Lua 5.1
|
|
|
|
SLAVE_PORT= luafilesystem
|
|
|
|
USES= lua:51
|
|
|
|
MASTERDIR= ${.CURDIR}/../luafilesystem
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|