? ports/databases/php5-pdo.shar Index: CVSROOT/modules =================================================================== RCS file: /home/pcvs/CVSROOT/modules,v retrieving revision 1.16561 diff -u -r1.16561 modules --- CVSROOT/modules 7 Nov 2006 18:34:10 -0000 1.16561 +++ CVSROOT/modules 7 Nov 2006 22:56:55 -0000 @@ -11205,6 +11205,7 @@ php5-openssl ports/security/php5-openssl php5-pcntl ports/devel/php5-pcntl php5-pcre ports/devel/php5-pcre +php5-pdo ports/databases/php5-pdo php5-pgsql ports/databases/php5-pgsql php5-phing ports/devel/php5-phing php5-posix ports/sysutils/php5-posix Index: ports/databases/Makefile =================================================================== RCS file: /home/pcvs/ports/databases/Makefile,v retrieving revision 1.556 diff -u -r1.556 Makefile --- ports/databases/Makefile 6 Nov 2006 22:54:56 -0000 1.556 +++ ports/databases/Makefile 7 Nov 2006 22:56:55 -0000 @@ -353,6 +353,7 @@ SUBDIR += php5-mysqli SUBDIR += php5-oci8 SUBDIR += php5-odbc + SUBDIR += php5-pdo SUBDIR += php5-pgsql SUBDIR += php5-propel SUBDIR += php5-sqlite Index: ports/databases/php5-pdo/Makefile =================================================================== RCS file: ports/databases/php5-pdo/Makefile diff -N ports/databases/php5-pdo/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/databases/php5-pdo/Makefile 7 Nov 2006 22:56:55 -0000 @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pdo +# Date created: 8 Nov 2006 +# Whom: Xin LI +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pdo + +.include "${MASTERDIR}/Makefile"