summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 15:45:29 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 15:45:29 +0000
commiteb0d782f33dee098ace2b7664652a49599119498 (patch)
tree5c0dd16895d40a3aa905ef366a72570ca8a8913c /databases
parent- update to 0.12.1 (diff)
Add fpc-sqlite , free Pascal interface to SQLite.
PR: ports/98655 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165938
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/fpc-sqlite/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index ff437e9ed603..066de23b3527 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -52,6 +52,7 @@
SUBDIR += fpc-odbc
SUBDIR += fpc-oracle
SUBDIR += fpc-postgres
+ SUBDIR += fpc-sqlite
SUBDIR += freetds
SUBDIR += freetds-msdblib
SUBDIR += gadfly
diff --git a/databases/fpc-sqlite/Makefile b/databases/fpc-sqlite/Makefile
new file mode 100644
index 000000000000..d6becf2d0b51
--- /dev/null
+++ b/databases/fpc-sqlite/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: fpc-sqlite
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases lang
+PKGNAMESUFFIX= -sqlite
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to SQLite
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+
+USE_SQLITE= yes
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"