From c49da7e1f4aab5301c07813cb8c3c21d33d6ecbe Mon Sep 17 00:00:00 2001 From: Alexander Weidinger Date: Thu, 15 Mar 2018 23:56:36 +0100 Subject: [PATCH] Added php.ng.ctype --- README.rst | 5 +++++ php/ng/ctype.sls | 2 ++ php/ng/map.jinja | 1 + 3 files changed, 8 insertions(+) create mode 100644 php/ng/ctype.sls diff --git a/README.rst b/README.rst index a8ea5a2..beeab94 100644 --- a/README.rst +++ b/README.rst @@ -559,3 +559,8 @@ Installs the php-openssl package. --------------- Installs the php-phar package. + +``php.ng.ctype`` +---------------- + +Installs the php-ctype package. diff --git a/php/ng/ctype.sls b/php/ng/ctype.sls new file mode 100644 index 0000000..97fc910 --- /dev/null +++ b/php/ng/ctype.sls @@ -0,0 +1,2 @@ +{% set state = 'ctype' %} +{% include "php/ng/installed.jinja" %} diff --git a/php/ng/map.jinja b/php/ng/map.jinja index c164bd3..d5a3c1d 100644 --- a/php/ng/map.jinja +++ b/php/ng/map.jinja @@ -2405,6 +2405,7 @@ 'pkgs': { 'apache2': 'mod_php' + freebsd_phpng_version, 'composer_bin': 'composer', + 'ctype': 'php' + freebsd_phpng_version + '-ctype', 'curl': 'curl', 'filter': 'php' + freebsd_phpng_version + '-filter', 'gd': 'php' + freebsd_phpng_version + '-gd',