[Midnightbsd-cvs] mports [17024] trunk/www: add php5 module for apache

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 17:05:00 EDT 2014


Revision: 17024
          http://svnweb.midnightbsd.org/mports/?rev=17024
Author:   laffer1
Date:     2014-09-13 17:05:00 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
add php5 module for apache

Modified Paths:
--------------
    trunk/www/Makefile

Added Paths:
-----------
    trunk/www/mod_php5/
    trunk/www/mod_php5/Makefile

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2014-09-13 20:39:38 UTC (rev 17023)
+++ trunk/www/Makefile	2014-09-13 21:05:00 UTC (rev 17024)
@@ -52,6 +52,7 @@
 SUBDIR += mod_dnssd
 SUBDIR += mod_fastcgi
 SUBDIR += mod_perl2
+SUBDIR += mod_php5
 SUBDIR += mod_python3
 SUBDIR += mod_wsgi3
 SUBDIR += moinmoin

Added: trunk/www/mod_php5/Makefile
===================================================================
--- trunk/www/mod_php5/Makefile	                        (rev 0)
+++ trunk/www/mod_php5/Makefile	2014-09-13 21:05:00 UTC (rev 17024)
@@ -0,0 +1,16 @@
+# $MidnightBSD$
+
+PORTEPOCH=	1
+CATEGORIES=	www devel
+PKGNAMEPREFIX=	mod_
+
+MAINTAINER=	ports at MidnightBSD.org
+
+PHP_PORT=	lang/php5
+MASTERDIR=	${.CURDIR}/../../${PHP_PORT}
+
+OPTIONS_DEFINE=	AP2FILTER
+AP2FILTER_DESC=	Use Apache 2.x filter interface (experimental)
+OPTIONS_EXCLUDE=	CGI CLI FPM EMBED
+
+.include "${MASTERDIR}/Makefile"



More information about the Midnightbsd-cvs mailing list