freebsd-ports/www/mod_php82/Makefile
Muhammad Moinur Rahman b6a5dae387 www/mod_php82: Fix CONFLICTS_INSTALL
Reported by:    vvd@unislabs.com
Sponsored by:   Bounce Experts
2022-07-09 11:04:31 -05:00

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"