ports/devel/phpunit11/Makefile
Po-Chuan Hsieh 38e70588aa
devel/phpunit11: Add phpunit11 11.0.3
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of
the xUnit architecture for unit testing frameworks.
2024-02-21 23:06:03 +08:00

34 lines
671 B
Makefile

PORTNAME= phpunit
PORTVERSION= 11.0.3
CATEGORIES= devel www
MASTER_SITES= https://phar.phpunit.de/
PKGNAMESUFFIX= 11${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
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>