freebsd-ports/devel/aphpunit/Makefile
Torsten Zuehlsdorff fdd590bc51 devel/aphpunit: Upgrade from 2.0 to 2.1
- Feature: Add flag --print-exceptions to print content of generated Exception files
- Bugfix: Also catch Throwable Errors and return error code when found
2022-12-08 00:26:02 +01:00

32 lines
707 B
Makefile

PORTNAME= aphpunit
DISTVERSION= 2.1
CATEGORIES= devel www
MASTER_SITES= http://phar.toco-domains.de/
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
EXTRACT_SUFX= .phar
MAINTAINER= tz@FreeBSD.org
COMMENT= Testing framework for unit tests
WWW= https://gitlab.toco-domains.de/tocOS/APHPUnit
LICENSE= BSD2CLAUSE
USES= php:flavors
USE_PHP= mbstring pcntl phar posix sysvmsg
NO_ARCH= yes
NO_BUILD= yes
CONFLICTS_INSTALL= php*-aphpunit
PLIST_FILES= bin/aphpunit
# 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>