mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
8 lines
160 B
Makefile
8 lines
160 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
# $FreeBSD$
|
|
|
|
LUASQL_DRIVER= postgres
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|