aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php5-pdo_dblib
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2007-02-09 16:37:50 +0800
committerale <ale@FreeBSD.org>2007-02-09 16:37:50 +0800
commit2a5c2d0549e5b980c158aad375a7188c4c5a8313 (patch)
treee5cb1f6815589018f738494f7dd6a25c8f36bc69 /databases/php5-pdo_dblib
parent437ff505a6ccd4c0c963a51b2d1539323f8e236f (diff)
downloadfreebsd-ports-gnome-2a5c2d0549e5b980c158aad375a7188c4c5a8313.tar.gz
freebsd-ports-gnome-2a5c2d0549e5b980c158aad375a7188c4c5a8313.tar.zst
freebsd-ports-gnome-2a5c2d0549e5b980c158aad375a7188c4c5a8313.zip
Add PDO dblib driver.
Diffstat (limited to 'databases/php5-pdo_dblib')
-rw-r--r--databases/php5-pdo_dblib/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-pdo_dblib/Makefile b/databases/php5-pdo_dblib/Makefile
new file mode 100644
index 000000000000..7a0dda9f686b
--- /dev/null
+++ b/databases/php5-pdo_dblib/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-pdo_dblib
+# Date created: 7 Feb 2007
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -pdo_dblib
+
+.include "${MASTERDIR}/Makefile"