[Midnightbsd-cvs] mports: mports/databases: add pdo mysql
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 12 15:07:40 EDT 2007
Log Message:
-----------
add pdo mysql
Modified Files:
--------------
mports/databases:
Makefile (r1.51 -> r1.52)
Added Files:
-----------
mports/databases/php5-pdo_mysql:
Makefile (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/Makefile,v
retrieving revision 1.51
retrieving revision 1.52
diff -Ldatabases/Makefile -Ldatabases/Makefile -u -r1.51 -r1.52
--- databases/Makefile
+++ databases/Makefile
@@ -60,6 +60,7 @@
SUBDIR += php5-odbc
SUBDIR += php5-pdo
SUBDIR += php5-pdo_dblib
+ SUBDIR += php5-pdo_mysql
SUBDIR += php5-pdo_sqlite
SUBDIR += php5-pgsql
SUBDIR += php5-sqlite
--- /dev/null
+++ databases/php5-pdo_mysql/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-pdo_mysql
+# Date created: 12 Oct 2007
+# Whom: Lucas Holt <luke at MidnightBSD.org>
+#
+# $MidnightBSD: mports/databases/php5-pdo_mysql/Makefile,v 1.1 2007/10/12 19:07:38 laffer1 Exp $
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -pdo_mysql
+
+.include "${MASTERDIR}/Makefile"
More information about the Midnightbsd-cvs
mailing list