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