www/mod_php81: Fix CONFLICTS_INSTALL

- After d4b3ad6 mod_php* ports creates CONFLICTS with php* ports itself

Reported by:    vvd@unislabs.com
Fixes:          d4b3ad make CONFLICTS_INSTALL visible to PHP module ports
MFH:            2022Q3
Sponsored by:   Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2022-07-09 10:58:59 -05:00
parent 1207779d1f
commit 7d9bad3564

View file

@ -1,13 +1,17 @@
PORTREVISION= 1
CATEGORIES= www devel
PKGNAMEPREFIX= mod_
MAINTAINER= bofh@FreeBSD.org
CONFLICTS_INSTALL= mod_php[0-9][0-9]
PHP_PORT= lang/php81
MASTERDIR= ${.CURDIR}/../../${PHP_PORT}
OPTIONS_DEFINE= AP2FILTER
OPTIONS_DEFINE= AP2FILTER
OPTIONS_EXCLUDE= CGI CLI EMBED FPM
AP2FILTER_DESC= Use Apache 2.x filter interface (experimental)
OPTIONS_EXCLUDE=CGI CLI FPM EMBED
.include "${MASTERDIR}/Makefile"