diff --git a/devel/phpunit6/Makefile b/devel/phpunit6/Makefile index 2958e9a685aa..f24cea19cf76 100644 --- a/devel/phpunit6/Makefile +++ b/devel/phpunit6/Makefile @@ -1,33 +1,36 @@ PORTNAME= phpunit DISTVERSION= 6.5.14 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 6${PHP_PKGNAMESUFFIX} EXTRACT_SUFX= .phar MAINTAINER= joneum@FreeBSD.org COMMENT= Testing framework for unit tests WWW= https://www.phpunit.de LICENSE= BSD3CLAUSE +DEPRECATED= End of Life since February 1, 2019 +EXPIRATION_DATE=2023-03-31 + CONFLICTS_INSTALL= phpunit7 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