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


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

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

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


desc
@@


1.3
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:	php4-cli
# Date created:				Tue Feb 18 11:17:13 CET 2003
# Whom:					Alex Dupre <sysadmin@@alexdupre.com>
#
# $FreeBSD: ports/lang/php4-cli/Makefile,v 1.2 2004/07/19 07:05:34 ale Exp $
#

CATEGORIES=	lang
PKGNAMESUFFIX=	-cli

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

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

CONFLICTS=	php4-4* php4-cgi-4* mod_php4-4*

.include "${MASTERDIR}/Makefile"
@


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

