aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php5-pdo_firebird
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2007-02-09 16:39:16 +0800
committerale <ale@FreeBSD.org>2007-02-09 16:39:16 +0800
commit2cd1a4ebc1ff89491873b72a35b187f0ccf36f09 (patch)
treeaeff20acb466a0211181689ee874953bf7000190 /databases/php5-pdo_firebird
parent5a662e86c74a83ad871cce3d1ce1ad67b239e61c (diff)
downloadfreebsd-ports-gnome-2cd1a4ebc1ff89491873b72a35b187f0ccf36f09.tar.gz
freebsd-ports-gnome-2cd1a4ebc1ff89491873b72a35b187f0ccf36f09.tar.zst
freebsd-ports-gnome-2cd1a4ebc1ff89491873b72a35b187f0ccf36f09.zip
Add PDO firebird driver.
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"