Files
ports/lang/php/8.3/Makefile
T
2026-06-05 07:01:11 +00:00

14 lines
212 B
Makefile

PHP_VERSION= 8.3.31
REVISION= 2
AUTOCONF_VERSION= 2.71
DEFAULT_PHP= Yes
PHP_PKGSPEC= >=8.3,<8.4
PHP_EXTENSIONS= -imap -pspell
ZEND_EXTENSIONS= -opcache
CONFIGURE_ARGS= --enable-opcache
.include <bsd.port.mk>