aboutsummaryrefslogtreecommitdiffstats
path: root/devel/phpunit8/Makefile
blob: 028533a0479e9d78889170100ee8118bd6d1d30d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $FreeBSD$

PORTNAME=   phpunit
DISTVERSION=    8.2.5
CATEGORIES= devel www
MASTER_SITES=   https://phar.phpunit.de/
PKGNAMESUFFIX=  8${PHP_PKGNAMESUFFIX}
EXTRACT_SUFX=   .phar

MAINTAINER= joneum@FreeBSD.org
COMMENT=    Testing framework for unit tests

LICENSE=    BSD3CLAUSE

CONFLICTS_INSTALL=  phpunit6

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>