freebsd-ports/devel/aphpunit/Makefile
Torsten Zuehlsdorff 86e266268b devel/aphpunit: Update from 1.8 to 1.9
This version is compatible to the incoming PHP 7.4

Changelog: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/1.9/CHANGELOG
2019-09-19 15:34:21 +00:00

31 lines
634 B
Makefile

# $FreeBSD$
PORTNAME= aphpunit
DISTVERSION= 1.9
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
LICENSE= BSD2CLAUSE
USES= php:flavors
USE_PHP= mbstring pcntl phar posix sysvmsg
NO_ARCH= yes
NO_BUILD= yes
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>