From 7b8f5e205b060ec800c64030a49609cbf66ce87c Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 23 Apr 2010 16:24:42 +0000 Subject: [PATCH] - PHP 5.2 slave port PR: 145772 Submitted by: Alex Keda --- databases/Makefile | 1 + databases/php52-pdo/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 databases/php52-pdo/Makefile diff --git a/databases/Makefile b/databases/Makefile index 852261e94d42..d698fbe501e6 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -526,6 +526,7 @@ SUBDIR += php52-oci8 SUBDIR += php52-odbc SUBDIR += php52-pdo + SUBDIR += php52-pdo_dblib SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phpmyadmin211 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 +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -pdo + +.include "${MASTERDIR}/Makefile"