7439b8c4ff
- Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/185438 [1], ports/186536 [2] Submitted by: Ilya Bakulin <webmaster@kibab.com> [1], Reinier Schoof <reinier@skoef.nl> [2]
10 lines
179 B
Makefile
10 lines
179 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -interbase
|
|
|
|
.include "${MASTERDIR}/Makefile"
|