Skip to content

Commit

Permalink
feat(mods): add bcmath module for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
sticky-note committed Jun 17, 2021
1 parent 74a90df commit 6381ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6381ad4

Please sign in to comment.