diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-05-22 18:30:36 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-05-22 18:30:36 +0000 |
commit | 79c4fee201b654d41ec598d1609dab13ddc70985 (patch) | |
tree | c45fedbbfef310af291251b15076508d2cecdc65 /lang/php4-cli | |
parent | 18ea1afefe75baf9e9d5a81ea4e2820433993faa (diff) | |
download | ports-79c4fee201b654d41ec598d1609dab13ddc70985.tar.gz ports-79c4fee201b654d41ec598d1609dab13ddc70985.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>
Notes
Notes:
svn path=/head/; revision=81724
Diffstat (limited to 'lang/php4-cli')
-rw-r--r-- | lang/php4-cli/Makefile | 20 | ||||
-rw-r--r-- | lang/php4-cli/pkg-message | 11 |
2 files changed, 31 insertions, 0 deletions
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 + +***************************************************************************** |