mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
7 lines
147 B
Makefile
7 lines
147 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
|
|
LUASQL_DRIVER= sqlite3
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|