forked from Lainports/freebsd-ports
16 lines
327 B
Makefile
16 lines
327 B
Makefile
PORTREVISION= 1
|
|
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"
|