Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 08:42:06 +00:00
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

View file

@ -54,6 +54,7 @@
SUBDIR += pecl-zip
SUBDIR += php4-bz2
SUBDIR += php4-zlib
SUBDIR += php5-bz2
SUBDIR += ppunpack
SUBDIR += py-bzip2
SUBDIR += py-lzma

View file

@ -527,6 +527,7 @@
SUBDIR += php-templates
SUBDIR += php4-cgi
SUBDIR += php4-mnogosearch
SUBDIR += php4-session
SUBDIR += php5-cgi
SUBDIR += phpSysInfo
SUBDIR += phpbb

View 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
View 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"