aboutsummaryrefslogtreecommitdiff
path: root/www/php5-cgi/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-06 18:05:16 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-06 18:05:16 +0000
commitac21e81c214b1147c059a9a3a428a0d9bc6b76f9 (patch)
tree3cbc60c5d4b325c4020011d541d952fe414cb064 /www/php5-cgi/Makefile
parent17c3b7e5dc3cea9571108003e80a83ffedf4ba2f (diff)
downloadports-ac21e81c214b1147c059a9a3a428a0d9bc6b76f9.tar.gz
ports-ac21e81c214b1147c059a9a3a428a0d9bc6b76f9.zip
Add php4-cgi, is a slave port, lang/php4, to use PHP4 as CGI.
PR: ports/52617 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=82386
Diffstat (limited to 'www/php5-cgi/Makefile')
-rw-r--r--www/php5-cgi/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/php5-cgi/Makefile b/www/php5-cgi/Makefile
new file mode 100644
index 000000000000..9dc5cf5c6151
--- /dev/null
+++ b/www/php5-cgi/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: php4-cli
+# Date created: Fri May 23 12:23:07 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= www
+
+MAINTAINER= sysadmin@alexdupre.com
+
+PKGMESSAGE= ${.CURDIR}/pkg-message
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+WITHOUT_APACHE= yes
+WITHOUT_CLI= yes
+
+.include "${MASTERDIR}/Makefile"