freebsd-ports/lang/php5-cli/Makefile
Norikatsu Shigemura d582318c7f 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)
2003-07-16 11:06:23 +00:00

20 lines
451 B
Makefile

# 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/php5).
#
CATEGORIES= lang
MAINTAINER= sysadmin@alexdupre.com
PKGMESSAGE= ${.CURDIR}/pkg-message
MASTERDIR= ${.CURDIR}/../php5
WITHOUT_APACHE= yes
.include "${MASTERDIR}/Makefile"