aboutsummaryrefslogtreecommitdiff
path: root/www/suphp/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-07-15 22:13:36 +0000
committerClement Laforet <clement@FreeBSD.org>2004-07-15 22:13:36 +0000
commit686ce339ee08b510dd94e97eff3a5438c771d325 (patch)
treeab5ddd129bf4ee91236ef5f39ba86a8080fc392e /www/suphp/Makefile
parent8f8fb5fa36081ed10877e954a1f77ad2274ace33 (diff)
downloadports-686ce339ee08b510dd94e97eff3a5438c771d325.tar.gz
ports-686ce339ee08b510dd94e97eff3a5438c771d325.zip
Notes
Diffstat (limited to 'www/suphp/Makefile')
-rw-r--r--www/suphp/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index 13ccf09a1630..71d32978d076 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= suphp
-PORTVERSION= 0.5.1
+PORTVERSION= 0.5.2
CATEGORIES= www
MASTER_SITES= http://www.suphp.org/download/
-MAINTAINER= clement@FreeBSD.org
+MAINTAINER= freebsd@jdc.parodius.com
COMMENT= A combination which provides a wrapper for PHP
-RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/www/php4-cgi
-
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_PHP= yes
+WANT_PHP_CGI= yes
USE_APACHE= yes
CONFLICTS= mod_php4-4* php-4.*
@@ -53,9 +52,10 @@ CONFIGURE_ARGS+= --disable-checkgid
.endif
## WITH_SETID_MODE: Mode to use for setting UID/GID.
CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE}
-## WITH_LOGPATH (formerly known as LOG_PATH): logging directory
+## WITH_LOGPATH (formerly known as LOG_PATH): logging directory
## (default: /var/log)
## WITH_LOGNAME: log file name (default suphp.log)
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/apache2/apr.h) || defined(WITH_APACHE2)