diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/php4-cgi/Makefile | 21 | ||||
-rw-r--r-- | www/php4-cgi/pkg-message | 11 | ||||
-rw-r--r-- | www/php5-cgi/Makefile | 21 | ||||
-rw-r--r-- | www/php5-cgi/pkg-message | 11 |
5 files changed, 65 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 70b52278e805..99df050792a2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -395,6 +395,7 @@ SUBDIR += php-dyn SUBDIR += php-screw SUBDIR += php-templates + SUBDIR += php4-cgi SUBDIR += phpSysInfo SUBDIR += phpbb SUBDIR += phpnuke diff --git a/www/php4-cgi/Makefile b/www/php4-cgi/Makefile new file mode 100644 index 000000000000..9dc5cf5c6151 --- /dev/null +++ b/www/php4-cgi/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: php4-cli +# Date created: Fri May 23 12:23:07 CET 2003 +# 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). +# + +CATEGORIES= www + +MAINTAINER= sysadmin@alexdupre.com + +PKGMESSAGE= ${.CURDIR}/pkg-message +MASTERDIR= ${.CURDIR}/../../lang/php4 + +WITHOUT_APACHE= yes +WITHOUT_CLI= yes + +.include "${MASTERDIR}/Makefile" diff --git a/www/php4-cgi/pkg-message b/www/php4-cgi/pkg-message new file mode 100644 index 000000000000..70edf784970f --- /dev/null +++ b/www/php4-cgi/pkg-message @@ -0,0 +1,11 @@ +***************************************************************************** + +You have installed the php4-cgi package. + +Have a look at the php4-cgi port if you need additional extensions +other than ctype, MySQL, PCRE, POSIX, session, tokenizer, XML and ZLIB. + +You can find it at +ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/php4-cgi.tar + +***************************************************************************** diff --git a/www/php5-cgi/Makefile b/www/php5-cgi/Makefile new file mode 100644 index 000000000000..9dc5cf5c6151 --- /dev/null +++ b/www/php5-cgi/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: php4-cli +# Date created: Fri May 23 12:23:07 CET 2003 +# 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). +# + +CATEGORIES= www + +MAINTAINER= sysadmin@alexdupre.com + +PKGMESSAGE= ${.CURDIR}/pkg-message +MASTERDIR= ${.CURDIR}/../../lang/php4 + +WITHOUT_APACHE= yes +WITHOUT_CLI= yes + +.include "${MASTERDIR}/Makefile" diff --git a/www/php5-cgi/pkg-message b/www/php5-cgi/pkg-message new file mode 100644 index 000000000000..70edf784970f --- /dev/null +++ b/www/php5-cgi/pkg-message @@ -0,0 +1,11 @@ +***************************************************************************** + +You have installed the php4-cgi package. + +Have a look at the php4-cgi port if you need additional extensions +other than ctype, MySQL, PCRE, POSIX, session, tokenizer, XML and ZLIB. + +You can find it at +ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/php4-cgi.tar + +***************************************************************************** |