[Midnightbsd-cvs] mports: mports/databases: add pdo odbc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 12 16:28:54 EDT 2007


Log Message:
-----------
add pdo odbc

Modified Files:
--------------
    mports/databases:
        Makefile (r1.52 -> r1.53)

Added Files:
-----------
    mports/databases/php5-pdo_odbc:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -Ldatabases/Makefile -Ldatabases/Makefile -u -r1.52 -r1.53
--- databases/Makefile
+++ databases/Makefile
@@ -61,6 +61,7 @@
     SUBDIR += php5-pdo
     SUBDIR += php5-pdo_dblib
     SUBDIR += php5-pdo_mysql
+    SUBDIR += php5-pdo_odbc
     SUBDIR += php5-pdo_sqlite
     SUBDIR += php5-pgsql
     SUBDIR += php5-sqlite
--- /dev/null
+++ databases/php5-pdo_odbc/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for:	php5-pdo_odbc
+# Date created:			12 Oct 2007
+# Whom:				Lucas Holt <luke at MidnightBSD.org>
+#
+# $MidnightBSD: mports/databases/php5-pdo_odbc/Makefile,v 1.1 2007/10/12 20:28:52 laffer1 Exp $
+# $FreeBSD: ports/databases/php5-pdo_odbc/Makefile,v 1.1 2007/02/09 08:42:27 ale Exp $
+#
+
+CATEGORIES=	databases
+
+MASTERDIR=	${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX=	-pdo_odbc
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list