blob: 94560b1da23f36d03451b112c64989e32714dcbf (
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
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|