summaryrefslogtreecommitdiff
path: root/databases/php5-pdo
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-02-09 08:35:34 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-02-09 08:35:34 +0000
commit31328a5039a2fce52da4602f94abc7c9073bbe60 (patch)
treea760e21e57d9832c8cd8187ab808fbbb1ed2068b /databases/php5-pdo
parentUpdate patch to add support for db4.4. (diff)
Add PHP Data Objects extension.
Notes
Notes: svn path=/head/; revision=184676
Diffstat (limited to 'databases/php5-pdo')
-rw-r--r--databases/php5-pdo/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-pdo/Makefile b/databases/php5-pdo/Makefile
new file mode 100644
index 000000000000..76f31572786d
--- /dev/null
+++ b/databases/php5-pdo/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-pdo
+# Date created: 7 Feb 2007
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -pdo
+
+.include "${MASTERDIR}/Makefile"