diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-04-17 19:21:56 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-04-17 19:21:56 +0000 |
commit | 071f9dbc7cd4273ef0ea6825dffc3585ad580b35 (patch) | |
tree | 1f0725765d8352d9c7ad3b6feacd8f6cd56e3c0c | |
parent | Convert to options dependency helper (diff) |
Take maintainership
Approved by: tz (maintainer via eMail)
Notes
Notes:
svn path=/head/; revision=467649
-rw-r--r-- | devel/phpunit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/phpunit/Makefile b/devel/phpunit/Makefile index 28f17ad10a31..56cbd816e859 100644 --- a/devel/phpunit/Makefile +++ b/devel/phpunit/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= https://phar.phpunit.de/ EXTRACT_SUFX= .phar PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} -MAINTAINER= tz@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Testing framework for unit tests LICENSE= BSD3CLAUSE |