ports/lang/php/8.0/Makefile

10 lines
253 B
Makefile

PHP_VERSION= 8.0.30
PHP_PKGSPEC= >=8.0,<8.1
# keep these REVISIONs >= -stable for 7.3 cycle;
# libwebp gained additional WANTLIB
REVISION-gd= 0
# WANTLIB changed (ngtcp2_crypto_openssl to ngtcp2_crypto_quictls)
REVISION-curl= 0
.include <bsd.port.mk>