No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
12 lines
192 B
Makefile
12 lines
192 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= luasql
|
|
|
|
LUASQL_DRIVER= postgres
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|