aboutsummaryrefslogtreecommitdiff
path: root/databases/php52-pdo
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 16:24:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 16:24:42 +0000
commit7b8f5e205b060ec800c64030a49609cbf66ce87c (patch)
tree16d5e8f5aebe955ac2caebd54e7753c04d4581f0 /databases/php52-pdo
parent26eb6dacc71feac4631907bfea7f5fd5c94428c2 (diff)
Notes
Diffstat (limited to 'databases/php52-pdo')
-rw-r--r--databases/php52-pdo/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php52-pdo/Makefile b/databases/php52-pdo/Makefile
new file mode 100644
index 000000000000..0920efb27fc6
--- /dev/null
+++ b/databases/php52-pdo/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-pdo
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -pdo
+
+.include "${MASTERDIR}/Makefile"