9 lines
165 B
Makefile
9 lines
165 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
|
|
PORTREVISION= 1
|
|
|
|
LUASQL_DRIVER= firebird
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|