freebsd-ports/devel/phpunit7/Makefile
Jochen Neumeister 36a4309b8c devel/phpunit*: Take Maintainership
Sponsored by: Netzkommune GmbH
2021-08-01 11:54:14 +02:00

32 lines
672 B
Makefile

PORTNAME= phpunit
DISTVERSION= 7.5.20
CATEGORIES= devel www
MASTER_SITES= https://phar.phpunit.de/
PKGNAMESUFFIX= 7${PHP_PKGNAMESUFFIX}
EXTRACT_SUFX= .phar
MAINTAINER= joneum@FreeBSD.org
COMMENT= Testing framework for unit tests
LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= phpunit8
USES= cpe php:flavors
CPE_VENDOR= phpunit_project
USE_PHP= dom json spl pcre 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>