mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
8 lines
159 B
Makefile
8 lines
159 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
# $FreeBSD$
|
|
|
|
LUASQL_DRIVER= sqlite3
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|