3f502c3647
Approved by: maintainer (myself)
13 lines
285 B
Makefile
13 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"
|