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