opnsense-ports/devel/phpunit8/Makefile
Franco Fichtner dd626d3dbb */*: sync with upstream
Taken from: FreeBSD
2023-04-17 08:17:55 +02:00

33 lines
687 B
Makefile

PORTNAME= phpunit
DISTVERSION= 8.5.33
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
# 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>