ports/devel/phpunit8/Makefile
Jochen Neumeister 21c374f092 devel/phpunit8: Update to 8.5.36
Sponsored by:	Netzkommune GmbH
2024-01-31 19:20:58 +01:00

35 lines
716 B
Makefile

PORTNAME= phpunit
DISTVERSION= 8.5.36
CATEGORIES= devel www
MASTER_SITES= https://phar.phpunit.de/
PKGNAMESUFFIX= 8${PHP_PKGNAMESUFFIX}
EXTRACT_SUFX= .phar
MAINTAINER= joneum@FreeBSD.org
COMMENT= Testing framework for unit tests
WWW= https://www.phpunit.de
LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= phpunit7
USES= cpe php:flavors
CPE_VENDOR= phpunit_project
USE_PHP= dom phar
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/phpunit
CONFLICTS_INSTALL= phpunit*
# Download isn't compressed or aggregated, it's just the single file
do-extract:
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>