freebsd-ports/devel/phpunit6/Makefile
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

36 lines
749 B
Makefile

# Created by: Jochen Neumeister (<joneum@bsdproject.de>)
# $FreeBSD$
PORTNAME= phpunit
DISTVERSION= 6.5.14
CATEGORIES= devel www
MASTER_SITES= https://phar.phpunit.de/
PKGNAMESUFFIX= 6${PHP_PKGNAMESUFFIX}
EXTRACT_SUFX= .phar
MAINTAINER= miwi@FreeBSD.org
COMMENT= Testing framework for unit tests
LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= phpunit7 phpunit8
USES= cpe php:flavors
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>