summaryrefslogtreecommitdiff
path: root/databases/php5-pdo_firebird
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-02-09 08:39:16 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-02-09 08:39:16 +0000
commit6395d93f152d39eb2f333dce2a3e8fdec04ddcc3 (patch)
tree103550b0e4516d5bcb80664c2e6ca1892b104b16 /databases/php5-pdo_firebird
parentAdd PDO dblib driver. (diff)
Add PDO firebird driver.
Notes
Notes: svn path=/head/; revision=184682
Diffstat (limited to 'databases/php5-pdo_firebird')
-rw-r--r--databases/php5-pdo_firebird/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-pdo_firebird/Makefile b/databases/php5-pdo_firebird/Makefile
new file mode 100644
index 000000000000..0c9960f1466b
--- /dev/null
+++ b/databases/php5-pdo_firebird/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-pdo_firebird
+# Date created: 7 Feb 2007
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -pdo_firebird
+
+.include "${MASTERDIR}/Makefile"