diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-24 00:24:42 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-24 00:24:42 +0800 |
commit | 573988ff1750bb96d969fe50123dce6abebdca59 (patch) | |
tree | 2c924246295876adcde42ff3f66a1c740ab86275 | |
parent | b56cc0a49d1c53b3038ac72eab051825e655cf0c (diff) | |
download | freebsd-ports-gnome-573988ff1750bb96d969fe50123dce6abebdca59.tar.gz freebsd-ports-gnome-573988ff1750bb96d969fe50123dce6abebdca59.tar.zst freebsd-ports-gnome-573988ff1750bb96d969fe50123dce6abebdca59.zip |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php52-pdo/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
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 <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -pdo + +.include "${MASTERDIR}/Makefile" |