summaryrefslogtreecommitdiff
path: root/databases/luasql-sqlite3
diff options
context:
space:
mode:
Diffstat (limited to 'databases/luasql-sqlite3')
-rw-r--r--databases/luasql-sqlite3/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/luasql-sqlite3/Makefile b/databases/luasql-sqlite3/Makefile
new file mode 100644
index 000000000000..d59b9d408c9f
--- /dev/null
+++ b/databases/luasql-sqlite3/Makefile
@@ -0,0 +1,16 @@
+# 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= sqlite3
+
+MASTERDIR= ${.CURDIR}/../luasql-mysql
+
+.include "${MASTERDIR}/Makefile"