Index: head/devel/phpunit/Makefile =================================================================== --- head/devel/phpunit/Makefile (revision 386280) +++ head/devel/phpunit/Makefile (revision 386281) @@ -1,32 +1,34 @@ # Created by: Torsten Zühlsdorff () # $FreeBSD$ PORTNAME= phpunit PORTVERSION= 4.5.0 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ \ http://ports.toco-domains.de/ EXTRACT_SUFX= .phar MAINTAINER= ports@toco-domains.de COMMENT= Testing framework for unit tests LICENSE= BSD3CLAUSE CONFLICTS= pear-PHPUnit-[123]* +USES= cpe +CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar 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