- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 16:12:41 +00:00
parent c5f34b589c
commit 151f16de1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253105
4 changed files with 30 additions and 0 deletions

View file

@ -522,6 +522,7 @@
SUBDIR += php52-dbase
SUBDIR += php52-mssql
SUBDIR += php52-mysql
SUBDIR += php52-mysqli
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211

View file

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

View file

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

View file

@ -2471,6 +2471,7 @@
SUBDIR += php5-tokenizer
SUBDIR += php52-gettext
SUBDIR += php52-json
SUBDIR += php52-ncurses
SUBDIR += php52-pcre
SUBDIR += phpbt
SUBDIR += phptags