blob: d7acbd2ba6ed0eb96cb68f072380827a0a29944b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: marcus@FreeBSD.org
# $FreeBSD$
CATEGORIES= www devel
PKGNAMEPREFIX= mod_
MAINTAINER= ports@FreeBSD.org
PHP_PORT= lang/php71
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"
|