blob: dd52a518453838d8231a9f01b15a3a9a9a103bcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Martin Matuska <martin@matuska.org>
# $FreeBSD$
PORTNAME= luasql
LUASQL_DRIVER= postgres
MASTERDIR= ${.CURDIR}/../luasql-mysql
.include "${MASTERDIR}/Makefile"
|