diff options
Diffstat (limited to 'devel/phpunit9/Makefile')
-rw-r--r-- | devel/phpunit9/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile index 5c7c7f5881cb..8324a2378a56 100644 --- a/devel/phpunit9/Makefile +++ b/devel/phpunit9/Makefile @@ -1,5 +1,6 @@ PORTNAME= phpunit -PORTVERSION= 9.6.25 +PORTVERSION= 9.6.26 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 9${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 NO_ARCH= yes NO_BUILD= yes |