mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d63665f7cd
This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
15 lines
309 B
Makefile
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"
|