diff options
Diffstat (limited to '')
-rw-r--r-- | devel/phpunit12/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/phpunit12/Makefile b/devel/phpunit12/Makefile index 246235f885f2..27704633bcd0 100644 --- a/devel/phpunit12/Makefile +++ b/devel/phpunit12/Makefile @@ -1,5 +1,6 @@ PORTNAME= phpunit -PORTVERSION= 12.2.7 +PORTVERSION= 12.3.10 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 12${PHP_PKGNAMESUFFIX} @@ -13,7 +14,7 @@ WWW= https://phpunit.de/ \ LICENSE= BSD3CLAUSE USES= cpe php:flavors -USE_PHP= dom phar +USE_PHP= ctype dom mbstring phar tokenizer xml xmlwriter IGNORE_WITH_PHP=81 82 NO_ARCH= yes |