mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
16 lines
340 B
Makefile
16 lines
340 B
Makefile
# Created by: marcus@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= www devel
|
|
PKGNAMEPREFIX= mod_
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
PHP_PORT= lang/php70
|
|
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"
|