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