feat(mods): add bcmath module for FreeBSD

This commit is contained in:
sticky-note 2021-06-17 12:07:24 +11:00
parent 74a90dfa0e
commit 6381ad4634

View File

@ -3113,6 +3113,7 @@
},
'pkgs': {
'apache2': 'mod_php' + freebsd_php_version,
'bcmath': 'php' + freebsd_php_version + '-bcmath',
'composer_bin': 'composer',
'cli': 'php' + freebsd_php_version,
'ctype': 'php' + freebsd_php_version + '-ctype',