- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 16:30:34 +00:00
parent 8966664073
commit c323b908ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253114
2 changed files with 15 additions and 0 deletions

View file

@ -531,6 +531,7 @@
SUBDIR += php52-pdo_oci
SUBDIR += php52-pdo_odbc
SUBDIR += php52-pdo_pgsql
SUBDIR += php52-pdo_sqlite
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php52-pdo_pgsql
# Date created: 17 Apr 2010
# Whom: Alex Keda <admin@lissyara.su>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php52
PKGNAMESUFFIX= -pdo_pgsql
.include "${MASTERDIR}/Makefile"