freebsd-ports/www/mod_php5/Makefile
Alex Dupre bb6614bc11 Add PORTEPOCH to silent portaudit
(once upon a time mod_php5 was repo-copied from mod_php4 without removing the PORTEPOCH)
2014-04-03 08:09:56 +00:00

18 lines
350 B
Makefile

# Created by: marcus@FreeBSD.org
# $FreeBSD$
PORTEPOCH= 1
CATEGORIES= www devel
PKGNAMEPREFIX= mod_
MAINTAINER= ale@FreeBSD.org
PHP_PORT= lang/php5
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"