freebsd-ports/devel/lua-lpeg51/Makefile
Muhammad Moinur Rahman 0457cbef5f [NEW] devel/lua-lpeg: Parsing Expression Grammars For Lua
- 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)
2015-03-16 14:10:24 +00:00

9 lines
145 B
Makefile

# $FreeBSD$
COMMENT= Parsing Expression Grammars For Lua 5.1
USES= lua:51
MASTERDIR= ${.CURDIR}/../lua-lpeg
.include "${MASTERDIR}/Makefile"