php-phalcon4: Update dependencies

This commit is contained in:
Juraj Lutter 2020-10-11 14:37:14 +00:00
parent 4317de90dd
commit 69b80f287d
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,8 @@ LICENSE= php
CONFLICTS= php-phalcon-[0-9]*
PHP_VERSIONS_ACCEPTED= 72 73 74
GITHUB_PROJECT= cphalcon
GITHUB_TAG= v${PKGVERSION_NOREV}
@ -21,6 +23,11 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
BUILD_DEPENDS+= re2c>=0.15.3:../../devel/re2c
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=7.2.0:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=7.2.0:../../devel/php-gettext
DEPENDS+= ${PHP_PKG_PREFIX}-json>=7.2.0:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=7.2.0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=7.2.0:../../databases/php-pdo
DEPENDS+= ${PHP_PKG_PREFIX}-psr>=1.0.0:../../devel/php-psr
.include "../../lang/php/phpversion.mk"