           SPELL=pear-php_codesniffer
          SPELLX=PHP_CodeSniffer
         VERSION=2.3.0
          SOURCE="$SPELLX-$VERSION.tgz"
   SOURCE_URL[0]=http://download.pear.php.net/package/$SOURCE
     SOURCE_HASH=sha512:c0f8ec79e41301619b2c9f5c4145bbc6705b01c9cf6f954448679e8d2bee2ce6cb759a0cd799f925f70e43304e7f2dc9f412cc51fd7a25fd002d56bf408b6ba2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
        WEB_SITE="http://pear.php.net/package/PHP_CodeSniffer/"
      LICENSE[0]="BSD"
         ENTERED=20150314
        KEYWORDS=""
           SHORT="detects violations to a coding standard"
cat << EOF
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that
tokenizes PHP, JavaScript and CSS files to detect violations of a defined
coding standard, and a second phpcbf script to automatically correct coding
standard violations. PHP_CodeSniffer is an essential development tool that
ensures your code remains clean and consistent.
EOF
