diff options
Diffstat (limited to 'devel/phpunit12')
-rw-r--r-- | devel/phpunit12/Makefile | 34 | ||||
-rw-r--r-- | devel/phpunit12/distinfo | 3 | ||||
-rw-r--r-- | devel/phpunit12/pkg-descr | 2 |
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/phpunit12/Makefile b/devel/phpunit12/Makefile new file mode 100644 index 000000000000..e4717b2b9f4d --- /dev/null +++ b/devel/phpunit12/Makefile @@ -0,0 +1,34 @@ +PORTNAME= phpunit +PORTVERSION= 12.3.7 +CATEGORIES= devel www +MASTER_SITES= https://phar.phpunit.de/ +PKGNAMESUFFIX= 12${PHP_PKGNAMESUFFIX} +EXTRACT_SUFX= .phar + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Testing framework for unit tests +WWW= https://phpunit.de/ \ + https://github.com/sebastianbergmann/phpunit + +LICENSE= BSD3CLAUSE + +USES= cpe php:flavors +USE_PHP= dom phar + +IGNORE_WITH_PHP=81 82 +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/phpunit + +CONFLICTS_INSTALL= phpunit* + +CPE_VENDOR= phpunit_project + +do-extract: + @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/phpunit + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/phpunit ${STAGEDIR}${PREFIX}/bin/phpunit + +.include <bsd.port.mk> diff --git a/devel/phpunit12/distinfo b/devel/phpunit12/distinfo new file mode 100644 index 000000000000..38220277662d --- /dev/null +++ b/devel/phpunit12/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757120504 +SHA256 (phpunit-12.3.7.phar) = 302366a50c3c0b62c543936f1d1780a5092c550e1dc37ad3ab72423aa2eb1f6e +SIZE (phpunit-12.3.7.phar) = 6089122 diff --git a/devel/phpunit12/pkg-descr b/devel/phpunit12/pkg-descr new file mode 100644 index 000000000000..102dc6c002c2 --- /dev/null +++ b/devel/phpunit12/pkg-descr @@ -0,0 +1,2 @@ +PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of +the xUnit architecture for unit testing frameworks. |