1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/mod_php80/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

15 lines
309 B
Makefile

PORTREVISION= 2
CATEGORIES= www devel
PKGNAMEPREFIX= mod_
MAINTAINER= ports@FreeBSD.org
PHP_PORT= lang/php80
MASTERDIR= ${.CURDIR}/../../${PHP_PORT}
OPTIONS_DEFINE= AP2FILTER
AP2FILTER_DESC= Use Apache 2.x filter interface (experimental)
OPTIONS_EXCLUDE=CGI CLI FPM EMBED
.include "${MASTERDIR}/Makefile"