diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-03-27 16:09:37 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-03-27 16:09:37 +0000 |
commit | a4cffdad1a0cebc9e4fa2dfce6711b756f839b02 (patch) | |
tree | 6970182b052dcd21d44da9340f0a1e62db6af5fb /www/mod_php55 | |
parent | 75779ff8c6a865fe89415f995ae54edd2405441e (diff) | |
download | ports-a4cffdad1a0cebc9e4fa2dfce6711b756f839b02.tar.gz ports-a4cffdad1a0cebc9e4fa2dfce6711b756f839b02.zip |
Notes
Diffstat (limited to 'www/mod_php55')
-rw-r--r-- | www/mod_php55/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/mod_php55/Makefile b/www/mod_php55/Makefile new file mode 100644 index 000000000000..b7c47f39c4e4 --- /dev/null +++ b/www/mod_php55/Makefile @@ -0,0 +1,15 @@ +# Created by: marcus@FreeBSD.org +# $FreeBSD$ + +PKGNAMEPREFIX= mod_ + +MAINTAINER= ale@FreeBSD.org + +PHP_PORT= lang/php55 +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" |