2003-07-16 13:06:23 +02:00
|
|
|
# New ports collection makefile for: php5-cli
|
2003-05-22 20:30:36 +02:00
|
|
|
# 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
|
2003-07-16 13:06:23 +02:00
|
|
|
# Makefile of the master port (lang/php5).
|
2003-05-22 20:30:36 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
CATEGORIES= lang
|
|
|
|
|
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
|
|
|
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
2003-07-16 13:06:23 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../php5
|
2003-05-22 20:30:36 +02:00
|
|
|
|
|
|
|
WITHOUT_APACHE= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|