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:
parent
1207779d1f
commit
7d9bad3564
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue