diff options
author | nork <nork@FreeBSD.org> | 2003-07-16 11:10:17 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-16 11:10:17 +0000 |
commit | 5f9e41187c152b15556420bc02c3867c8f5f192c (patch) | |
tree | ad02d997a9efc3ef5cc5ed5a775a8edbeb1a1842 /www/mod_php5 | |
parent | be825baf53e9c92eba12a30e0895b0894f60a06d (diff) | |
download | FreeBSD-ports-5f9e41187c152b15556420bc02c3867c8f5f192c.zip FreeBSD-ports-5f9e41187c152b15556420bc02c3867c8f5f192c.tar.gz |
Add mod_php5, is a PHP Apache module as php5's
slave port.
PR: ports/54521
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 10 | ||||
-rw-r--r-- | www/mod_php5/pkg-message | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 7f1f435..48055af 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: mod_php4 -# Date created: Sun May 28 11:31:54 CEST 2000 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> +# New ports collection makefile for: mod_php5 +# Date created: Sun May 28 11:31:54 CEST 2000 +# Whom: Alex Dupre <sysadmin@alexdupre.com> # # $FreeBSD$ # # Instructions on how to enable preferred extensions can be found in the -# Makefile of the master port (lang/php4). +# Makefile of the master port (lang/php5). # PORTEPOCH= 1 @@ -14,7 +14,7 @@ CATEGORIES= www MAINTAINER= sysadmin@alexdupre.com PKGMESSAGE= ${.CURDIR}/pkg-message -MASTERDIR= ${.CURDIR}/../../lang/php4 +MASTERDIR= ${.CURDIR}/../../lang/php5 WITHOUT_CLI= yes diff --git a/www/mod_php5/pkg-message b/www/mod_php5/pkg-message index e8197e6..bbd0eb7 100644 --- a/www/mod_php5/pkg-message +++ b/www/mod_php5/pkg-message @@ -1,12 +1,12 @@ ***************************************************************************** -You have installed the mod_php4 package. +You have installed the mod_php5 package. -Have a look at the mod_php4 port if you need additional extensions other than -CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB. +Have a look at the mod_php5 port if you need additional extensions other than +CTYPE, DOM, PCRE, POSIX, SESSION, SIMPLEXML, SQLITE, TOKENIZER and XML. You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar +ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php5.tar Make sure index.php is part of your DirectoryIndex. |