diff options
author | nork <nork@FreeBSD.org> | 2003-05-23 02:30:36 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-05-23 02:30:36 +0800 |
commit | 59a2e00c0ab3a9e8cd7146b6720032bc858f194a (patch) | |
tree | 3fed3ad189a06ab71ac46d6a86957bd30c3f5469 /lang | |
parent | 72d266a76e65d672050804e31abebf2685ddbcf8 (diff) | |
download | freebsd-ports-gnome-59a2e00c0ab3a9e8cd7146b6720032bc858f194a.tar.gz freebsd-ports-gnome-59a2e00c0ab3a9e8cd7146b6720032bc858f194a.tar.zst freebsd-ports-gnome-59a2e00c0ab3a9e8cd7146b6720032bc858f194a.zip |
Add php4-cli (4.3.2RC4), PHP Command Line Interpreter, is slave
port for lang/php4.
PR: ports/51945
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/php4-cli/Makefile | 20 | ||||
-rw-r--r-- | lang/php4-cli/pkg-message | 11 | ||||
-rw-r--r-- | lang/php5-cli/Makefile | 20 | ||||
-rw-r--r-- | lang/php5-cli/pkg-message | 11 |
5 files changed, 63 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 06001362bfcb..e99d0d124765 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -147,6 +147,7 @@ SUBDIR += php-mode.el SUBDIR += php3 SUBDIR += php4 + SUBDIR += php4-cli SUBDIR += php_doc SUBDIR += pike70 SUBDIR += pike72 diff --git a/lang/php4-cli/Makefile b/lang/php4-cli/Makefile new file mode 100644 index 000000000000..7474f3bfa67c --- /dev/null +++ b/lang/php4-cli/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: php4-cli +# Date created: Tue Feb 18 11:17:13 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= lang + +MAINTAINER= sysadmin@alexdupre.com + +PKGMESSAGE= ${.CURDIR}/pkg-message +MASTERDIR= ${.CURDIR}/../php4 + +WITHOUT_APACHE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/lang/php4-cli/pkg-message b/lang/php4-cli/pkg-message new file mode 100644 index 000000000000..a3a61f52225f --- /dev/null +++ b/lang/php4-cli/pkg-message @@ -0,0 +1,11 @@ +***************************************************************************** + +You have installed the php4-cli package. + +Have a look at the php-cli-dev 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/lang/php4-cli.tar + +***************************************************************************** diff --git a/lang/php5-cli/Makefile b/lang/php5-cli/Makefile new file mode 100644 index 000000000000..7474f3bfa67c --- /dev/null +++ b/lang/php5-cli/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: php4-cli +# Date created: Tue Feb 18 11:17:13 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= lang + +MAINTAINER= sysadmin@alexdupre.com + +PKGMESSAGE= ${.CURDIR}/pkg-message +MASTERDIR= ${.CURDIR}/../php4 + +WITHOUT_APACHE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/lang/php5-cli/pkg-message b/lang/php5-cli/pkg-message new file mode 100644 index 000000000000..a3a61f52225f --- /dev/null +++ b/lang/php5-cli/pkg-message @@ -0,0 +1,11 @@ +***************************************************************************** + +You have installed the php4-cli package. + +Have a look at the php-cli-dev 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/lang/php4-cli.tar + +***************************************************************************** |