diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-09-04 14:24:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-09-04 14:24:25 +0000 |
commit | f23aed7bde4b7e82cbb2943a38f6f60f51038567 (patch) | |
tree | 65444edf752ebaf49e944ea49c7e7dad35e1de9a /www/mod_php56 | |
parent | b3f383ce848e6d547e583f3f4ce764dd3c400cb6 (diff) | |
download | ports-f23aed7bde4b7e82cbb2943a38f6f60f51038567.tar.gz ports-f23aed7bde4b7e82cbb2943a38f6f60f51038567.zip |
Notes
Diffstat (limited to 'www/mod_php56')
-rw-r--r-- | www/mod_php56/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/mod_php56/Makefile b/www/mod_php56/Makefile new file mode 100644 index 000000000000..7438bd681762 --- /dev/null +++ b/www/mod_php56/Makefile @@ -0,0 +1,16 @@ +# Created by: marcus@FreeBSD.org +# $FreeBSD$ + +CATEGORIES= www devel +PKGNAMEPREFIX= mod_ + +MAINTAINER= ale@FreeBSD.org + +PHP_PORT= lang/php56 +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" |