head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	old_RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.05.06.13.26.47;	author ale;	state dead;
branches;
next	1.3;

1.3
date	2004.07.19.07.05.34;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2003.07.16.11.06.23;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.22.18.30.36;	author nork;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4

*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
@
text
@# New ports collection makefile for:	php5-cli
# Date created:				Tue Feb 18 11:17:13 CET 2003
# Whom:					Alex Dupre <sysadmin@@alexdupre.com>
#
# $FreeBSD: ports/lang/php5-cli/Makefile,v 1.3 2004/07/19 07:05:34 ale Exp $
#

CATEGORIES=	lang
PKGNAMESUFFIX=	-cli

MAINTAINER=	ale@@FreeBSD.org
COMMENT=	PHP Command Line Interpreter

MASTERDIR=	${.CURDIR}/../php5

CONFLICTS=	php5-5* php5-cgi-5* mod_php5-5*

.include "${MASTERDIR}/Makefile"
@


1.3
log
@First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@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)
@
text
@a6 3
# Instructions on how to enable preferred extensions can be found in the
# Makefile of the master port (lang/php5).
#
d9 1
d11 2
a12 1
MAINTAINER=	sysadmin@@alexdupre.com
a13 1
PKGMESSAGE=	${.CURDIR}/pkg-message
d16 1
a16 1
WITHOUT_APACHE=	yes
@


1.1
log
@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>
@
text
@d1 1
a1 1
# New ports collection makefile for:	php4-cli
d8 1
a8 1
# Makefile of the master port (lang/php4).
d16 1
a16 1
MASTERDIR=	${.CURDIR}/../php4
@

