Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -4082,6 +4082,7 @@ SUBDIR += phpsh SUBDIR += phpunit SUBDIR += phpunit6 + SUBDIR += phpunit7 SUBDIR += physfs SUBDIR += physfs-devel SUBDIR += picp Index: head/devel/phpunit7/Makefile =================================================================== --- head/devel/phpunit7/Makefile +++ head/devel/phpunit7/Makefile @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= phpunit +DISTVERSION= 7.0 +CATEGORIES= devel www +MASTER_SITES= https://phar.phpunit.de/ +PKGNAMESUFFIX= 7 +EXTRACT_SUFX= .phar + +MAINTAINER= joneum@FreeBSD.org +COMMENT= Testing framework for unit tests + +LICENSE= BSD3CLAUSE + +IGNORE_WITH_PHP= 56 + +CONFLICTS_INSTALL= phpunit + +USES= cpe php +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 Index: head/devel/phpunit7/distinfo =================================================================== --- head/devel/phpunit7/distinfo +++ head/devel/phpunit7/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1518552754 +SHA256 (phpunit-7.0.phar) = ccdf420f69adc4f11dd46bd43f70a422bd8111ad9a81d907bab4a0d66314cc48 +SIZE (phpunit-7.0.phar) = 2795954 Index: head/devel/phpunit7/pkg-descr =================================================================== --- head/devel/phpunit7/pkg-descr +++ head/devel/phpunit7/pkg-descr @@ -0,0 +1,4 @@ +PHPUnit is a regression testing framework used by the developer +who implements unit tests in PHP. + +WWW: http://www.phpunit.de