mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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]
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -pdo_firebird
|
|
|
|
.include "${MASTERDIR}/Makefile"
|