summaryrefslogtreecommitdiff
path: root/lang/php5-cli/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-05-22 18:30:36 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-05-22 18:30:36 +0000
commit79c4fee201b654d41ec598d1609dab13ddc70985 (patch)
treec45fedbbfef310af291251b15076508d2cecdc65 /lang/php5-cli/Makefile
parentAdd completely new port system for PHP4 (4.3.2RC4). Updated mod_php4 (diff)
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>
Diffstat (limited to 'lang/php5-cli/Makefile')
-rw-r--r--lang/php5-cli/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/php5-cli/Makefile b/lang/php5-cli/Makefile
new file mode 100644
index 000000000000..7474f3bfa67c
--- /dev/null
+++ b/lang/php5-cli/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: php4-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).
+#
+
+CATEGORIES= lang
+
+MAINTAINER= sysadmin@alexdupre.com
+
+PKGMESSAGE= ${.CURDIR}/pkg-message
+MASTERDIR= ${.CURDIR}/../php4
+
+WITHOUT_APACHE= yes
+
+.include "${MASTERDIR}/Makefile"