aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-05-26 07:40:56 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-05-26 07:40:56 +0000
commit512704e74f15636e7b4fe258281f41f12bd3f3ca (patch)
tree127ee5288e4c25395a5b6a35b0cbd7471823ca5b /databases
parent13311e9fb25c78e3f898760bfe1badd8e9cbd294 (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/luasql-sqlite3/Makefile16
2 files changed, 17 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 29b8134638fd..e085274fe26b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -157,6 +157,7 @@
SUBDIR += lsdb
SUBDIR += luasql-mysql
SUBDIR += luasql-postgres
+ SUBDIR += luasql-sqlite3
SUBDIR += ludia
SUBDIR += maatkit
SUBDIR += mantis
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"