- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 15:30:39 +00:00
parent 90dfbebfc8
commit 0484e77fc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253098
3 changed files with 16 additions and 0 deletions

View File

@ -518,6 +518,7 @@
SUBDIR += php5-rrdtool
SUBDIR += php5-sqlite
SUBDIR += php5-sybase_ct
SUBDIR += php52-dba
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211

View File

@ -83,6 +83,7 @@
SUBDIR += php4-ftp
SUBDIR += php5-curl
SUBDIR += php5-ftp
SUBDIR += php52-curl
SUBDIR += phpwebftp
SUBDIR += proftpd
SUBDIR += proftpd-devel

14
ftp/php52-curl/Makefile Normal file
View File

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