mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
7aca2531e2
There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
16 lines
306 B
Makefile
16 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= www devel
|
|
PKGNAMEPREFIX= mod_
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
PHP_PORT= lang/php74
|
|
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"
|