mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add php5-cli, is a PHP5 Command Line Interpreter as php5's
slave port. PR: ports/54520 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
This commit is contained in:
parent
c8ae6b78fd
commit
d582318c7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84982
@ -150,6 +150,7 @@
|
||||
SUBDIR += php4
|
||||
SUBDIR += php4-cli
|
||||
SUBDIR += php5
|
||||
SUBDIR += php5-cli
|
||||
SUBDIR += php_doc
|
||||
SUBDIR += pike70
|
||||
SUBDIR += pike72
|
||||
|
@ -1,11 +1,11 @@
|
||||
# New ports collection makefile for: php4-cli
|
||||
# New ports collection makefile for: php5-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).
|
||||
# Makefile of the master port (lang/php5).
|
||||
#
|
||||
|
||||
CATEGORIES= lang
|
||||
@ -13,7 +13,7 @@ CATEGORIES= lang
|
||||
MAINTAINER= sysadmin@alexdupre.com
|
||||
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
MASTERDIR= ${.CURDIR}/../php4
|
||||
MASTERDIR= ${.CURDIR}/../php5
|
||||
|
||||
WITHOUT_APACHE= yes
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
*****************************************************************************
|
||||
|
||||
You have installed the php4-cli package.
|
||||
You have installed the php5-cli package.
|
||||
|
||||
Have a look at the php4-cli port if you need additional extensions other than
|
||||
CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB.
|
||||
Have a look at the php5-cli 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/lang/php4-cli.tar
|
||||
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/lang/php5-cli.tar
|
||||
|
||||
*****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user