summaryrefslogtreecommitdiff
path: root/databases/sqliteodbc-sqlite2
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2016-06-05 16:55:50 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2016-06-05 16:55:50 +0000
commit38614e2e92a720f7ac8f8eb0620e82b5f8af3e2c (patch)
treebbcb8dd1af227824e96aa713acace297da5ebb82 /databases/sqliteodbc-sqlite2
parentFix build with libc++ 3.8.0, by disabling custom max_align_t definition (diff)
- Update sqliteodbc port to 0.9994
- Remove options, leaving only sqlite 3 support, split sqlite2 support in a separate slave port [1] - Convert to USES=sqlite (depends on [1]) Suggested by: mandree (thanks) [1]
Notes
Notes: svn path=/head/; revision=416402
Diffstat (limited to 'databases/sqliteodbc-sqlite2')
-rw-r--r--databases/sqliteodbc-sqlite2/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/sqliteodbc-sqlite2/Makefile b/databases/sqliteodbc-sqlite2/Makefile
new file mode 100644
index 000000000000..275a1e17e910
--- /dev/null
+++ b/databases/sqliteodbc-sqlite2/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PORTNAME= sqliteodbc
+CATEGORIES= databases
+PKGNAMESUFFIX= -sqlite2
+
+MAINTAINER= madpilot@FreeBSD.org
+COMMENT= ODBC driver for SQLite 2
+
+MASTERDIR= ${.CURDIR}/../sqliteodbc
+
+.include "${MASTERDIR}/Makefile"