aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-03-27 16:09:37 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-03-27 16:09:37 +0000
commita4cffdad1a0cebc9e4fa2dfce6711b756f839b02 (patch)
tree6970182b052dcd21d44da9340f0a1e62db6af5fb /www/mod_php5
parent75779ff8c6a865fe89415f995ae54edd2405441e (diff)
downloadports-a4cffdad1a0cebc9e4fa2dfce6711b756f839b02.tar.gz
ports-a4cffdad1a0cebc9e4fa2dfce6711b756f839b02.zip
Welcome the new mod_php ports, in order to have default packages for
Apache PHP modules. Submitted by: marcus Reworked by: ale (me) Requested by: many, too many
Notes
Notes: svn path=/head/; revision=349342
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
new file mode 100644
index 000000000000..9df10828f554
--- /dev/null
+++ b/www/mod_php5/Makefile
@@ -0,0 +1,15 @@
+# Created by: marcus@FreeBSD.org
+# $FreeBSD$
+
+PKGNAMEPREFIX= mod_
+
+MAINTAINER= ale@FreeBSD.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"