ports/devel/phpunit/Makefile
Martin Wilke eb475a6d09 - Update to 5.1.0
PR:		206205
Submitted by:	maintainer
2016-01-15 06:33:56 +00:00

36 lines
744 B
Makefile

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