mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
11 lines
178 B
Makefile
11 lines
178 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= luasql
|
|
|
|
LUASQL_DRIVER= postgres
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|