summaryrefslogtreecommitdiff
path: root/www/mod_php82/Makefile
blob: a32582b36c28c14dcd94f1c418491a013762695d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CATEGORIES=	www devel
PKGNAMEPREFIX=	mod_

MAINTAINER=	bofh@FreeBSD.org

CONFLICTS_INSTALL=	mod_php[0-9][0-9]

MASTERDIR=	${.CURDIR}/../../lang/php82

OPTIONS_DEFINE=		AP2FILTER
OPTIONS_EXCLUDE=	CGI CLI EMBED FPM

AP2FILTER_DESC=	Use Apache 2.x filter interface (experimental)

.include "${MASTERDIR}/Makefile"