mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
6329883fe2
PR: 208864 Submitted by: tkato432 yahoo com Sponsored by: Absolight
9 lines
159 B
Makefile
9 lines
159 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
# $FreeBSD$
|
|
|
|
LUASQL_DRIVER= sqlite3
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|