14 lines
285 B
Makefile
14 lines
285 B
Makefile
|
# New ports collection makefile for: luasql-postgres
|
||
|
# Date created: 25 May 2009
|
||
|
# Whom: Martin Matuska <martin@matuska.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= luasql
|
||
|
|
||
|
LUASQL_DRIVER= postgres
|
||
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|