ports/devel/phpunit/Makefile
Kurt Jaeger b7cb41d4c0 New port: devel/phpunit 4.5.0
PHPUnit is a regression testing framework used by the developer
who implements unit tests in PHP. It is the most recent version
of PHPUnit, but no longer distributed over PEAR.

WWW: http://www.phpunit.de

Note: This will probably replace devel/pear-PHPUnit3 soon.

PR:		195464
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>, fullermd@over-yonder.net
2015-02-21 20:15:11 +00:00

32 lines
684 B
Makefile

# Created by: Torsten Zühlsdorff (<ports@toco-domains.de>)
# $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]*
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 <bsd.port.mk>