aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php55/Makefile
blob: b7c47f39c4e403d4dc0189ae6a83c32c81835085 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by:   marcus@FreeBSD.org
# $FreeBSD$

PKGNAMEPREFIX=  mod_

MAINTAINER= ale@FreeBSD.org

PHP_PORT=   lang/php55
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"