fixup! Add php port.

This commit is contained in:
Jonas 'Sortie' Termansen 2024-05-12 22:47:20 +02:00
parent 9a200ca880
commit 5ec05cb872
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SHA256SUM=39695f5bd107892e36fd2ed6b3d3a78140fd4b05d556d6c6531a921633cacb5f
UPSTREAM_SITE=https://www.php.net/distributions
UPSTREAM_ARCHIVE=$ARCHIVE
RELEASE_SEARCH_PAGE=https://www.php.net/downloads.php
LICENSE=LICENSE=PHP-3.0
LICENSE=PHP-3.0
USE_BOOTSTRAP=true # php uses php to build phar
BOOTSTRAP_BUILD_SYSTEM=configure
BOOTSTRAP_CONFIGURE_ARGS='--with-layout=GNU --disable-cgi --disable-phpdbg --disable-all --enable-phar'