mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add lua51 port for luafilesystem to support Prosody.
PR: 145173 Submitted by: Nikolai Lifanov
This commit is contained in:
parent
e5548c4c02
commit
3b58d02b22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364127
13
devel/luafilesystem-51/Makefile
Normal file
13
devel/luafilesystem-51/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# 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"
|
@ -12,7 +12,7 @@ COMMENT= Library to access directory structure and file attributes
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= lua
|
||||
USES?= lua
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= keplerproject
|
||||
|
Loading…
Reference in New Issue
Block a user