1
0
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:
David Thiel 2014-08-05 18:06:47 +00:00
parent e5548c4c02
commit 3b58d02b22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364127
2 changed files with 14 additions and 1 deletions

View 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"

View File

@ -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