mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
34 lines
671 B
Makefile
34 lines
671 B
Makefile
PORTNAME= phpunit
|
|
PORTVERSION= 11.5.8
|
|
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>
|