summaryrefslogtreecommitdiff
path: root/databases/php5-pdo_odbc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-02-09 08:42:27 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-02-09 08:42:27 +0000
commit149fb592206ea05e341fffeeb468d8cd80c9b944 (patch)
tree935907e3af39b99b7bac23f57f8692abf487ec65 /databases/php5-pdo_odbc
parent- Fix build after libmytinfo removal (diff)
Add PDO odbc driver.
Notes
Notes: svn path=/head/; revision=184690
Diffstat (limited to 'databases/php5-pdo_odbc')
-rw-r--r--databases/php5-pdo_odbc/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-pdo_odbc/Makefile b/databases/php5-pdo_odbc/Makefile
new file mode 100644
index 000000000000..28517846842b
--- /dev/null
+++ b/databases/php5-pdo_odbc/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-pdo_odbc
+# Date created: 7 Feb 2007
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -pdo_odbc
+
+.include "${MASTERDIR}/Makefile"