0457cbef5f
- Additional SLAVE PORT for building with lua 5.1 LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). WWW: http://www.inf.puc-rio.br/~roberto/lpeg/ PR: 196825 Submitted by: olevole@olevole.ru Approved by: bapt marino (implicit)
9 lines
145 B
Makefile
9 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= Parsing Expression Grammars For Lua 5.1
|
|
|
|
USES= lua:51
|
|
|
|
MASTERDIR= ${.CURDIR}/../lua-lpeg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|