diff options
Diffstat (limited to 'databases/luasql-postgres')
| -rw-r--r-- | databases/luasql-postgres/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/luasql-postgres/Makefile b/databases/luasql-postgres/Makefile new file mode 100644 index 000000000000..cbce12cf1323 --- /dev/null +++ b/databases/luasql-postgres/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: luasql-postgres +# Date created: 25 May 2009 +# Whom: Martin Matuska <martin@matuska.org> +# +# $FreeBSD$ +# + +PORTNAME= luasql + +MAINTAINER= mm@FreeBSD.org + +LUASQL_DRIVER= postgres +MASTERDIR= ${.CURDIR}/../luasql-mysql + +.include "${MASTERDIR}/Makefile" |
