Browse Source

feat(freebsd): add `imap` `php` module for `FreeBSD`

pull/234/head
sticky-note 2 years ago
parent
commit
9b940e7326
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      php/map.jinja

+ 1
- 0
php/map.jinja View File

'gd': 'php' + freebsd_php_version + '-gd', 'gd': 'php' + freebsd_php_version + '-gd',
'hash': 'php' + freebsd_php_version + '-hash', 'hash': 'php' + freebsd_php_version + '-hash',
'iconv': 'php' + freebsd_php_version + '-iconv', 'iconv': 'php' + freebsd_php_version + '-iconv',
'imap': 'php' + freebsd_php_version + '-imap',
'intl': 'php' + freebsd_php_version + '-intl', 'intl': 'php' + freebsd_php_version + '-intl',
'json': 'php' + freebsd_php_version + '-json', 'json': 'php' + freebsd_php_version + '-json',
'local_bin': '/usr/local/bin', 'local_bin': '/usr/local/bin',

Loading…
Cancel
Save