mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add a new shared extension for PHP.
This commit is contained in:
parent
ab4d9b8c50
commit
28c0990956
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114078
4 changed files with 30 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
SUBDIR += pecl-zip
|
||||
SUBDIR += php4-bz2
|
||||
SUBDIR += php4-zlib
|
||||
SUBDIR += php5-bz2
|
||||
SUBDIR += ppunpack
|
||||
SUBDIR += py-bzip2
|
||||
SUBDIR += py-lzma
|
||||
|
|
|
@ -527,6 +527,7 @@
|
|||
SUBDIR += php-templates
|
||||
SUBDIR += php4-cgi
|
||||
SUBDIR += php4-mnogosearch
|
||||
SUBDIR += php4-session
|
||||
SUBDIR += php5-cgi
|
||||
SUBDIR += phpSysInfo
|
||||
SUBDIR += phpbb
|
||||
|
|
14
www/php4-mnogosearch/Makefile
Normal file
14
www/php4-mnogosearch/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-mnogosearch
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -mnogosearch
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
14
www/php4-session/Makefile
Normal file
14
www/php4-session/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-session
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -session
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue