1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/devel/phpunit/Makefile
Torsten Zuehlsdorff 2460af5056 devel/phpunit: Update from 5.4.6 to 5.4.7
- Invalid data sets are not handled correctly for @testWith annotation
- No warnings when test runs in separate process
- expectException() accepts non-string argument

Approved by: pi (mentor)
2016-07-27 07:53:45 +00:00

36 lines
734 B
Makefile

# Created by: Torsten Zühlsdorff (<ports@toco-domains.de>)
# $FreeBSD$
PORTNAME= phpunit
PORTVERSION= 5.4.7
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= pear-PHPUnit-[1234]*
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>