forked from Lainports/opnsense-ports
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"
|