mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
This commit is contained in:
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
|
@ -518,6 +518,7 @@
|
||||||
SUBDIR += php5-rrdtool
|
SUBDIR += php5-rrdtool
|
||||||
SUBDIR += php5-sqlite
|
SUBDIR += php5-sqlite
|
||||||
SUBDIR += php5-sybase_ct
|
SUBDIR += php5-sybase_ct
|
||||||
|
SUBDIR += php52-dba
|
||||||
SUBDIR += phpminiadmin
|
SUBDIR += phpminiadmin
|
||||||
SUBDIR += phpmyadmin
|
SUBDIR += phpmyadmin
|
||||||
SUBDIR += phpmyadmin211
|
SUBDIR += phpmyadmin211
|
||||||
|
|
|
@ -83,6 +83,7 @@
|
||||||
SUBDIR += php4-ftp
|
SUBDIR += php4-ftp
|
||||||
SUBDIR += php5-curl
|
SUBDIR += php5-curl
|
||||||
SUBDIR += php5-ftp
|
SUBDIR += php5-ftp
|
||||||
|
SUBDIR += php52-curl
|
||||||
SUBDIR += phpwebftp
|
SUBDIR += phpwebftp
|
||||||
SUBDIR += proftpd
|
SUBDIR += proftpd
|
||||||
SUBDIR += proftpd-devel
|
SUBDIR += proftpd-devel
|
||||||
|
|
14
ftp/php52-curl/Makefile
Normal file
14
ftp/php52-curl/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue