ports/devel/phpunit/Makefile
Torsten Zuehlsdorff 798e84d5d2 devel/phpunit: Update from 5.7.19 to 5.7.20
Also set portscout limit to avoid notices about devel/phpunit6
2017-06-14 09:56:44 +00:00

36 lines
703 B
Makefile

# $FreeBSD$
PORTNAME= phpunit
PORTVERSION= 5.7.20
CATEGORIES= devel www
MASTER_SITES= https://phar.phpunit.de/ \
http://ports.toco-domains.de/
EXTRACT_SUFX= .phar
MAINTAINER= tz@FreeBSD.org
COMMENT= Testing framework for unit tests
LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= phpunit6
PORTSCOUT= limit:^5\.7\.[0-9]*
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 <bsd.port.mk>