mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
10 lines
178 B
Makefile
10 lines
178 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= luasql
|
|
|
|
LUASQL_DRIVER= postgres
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|