blob: ebcc34c98a53913e09ea1cb4c0b87411ae9fa3b5 (
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
|
PORTNAME= aphpunit
DISTVERSION= 2.3
CATEGORIES= devel www
MASTER_SITES= http://phar.p.variablis.de/
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
EXTRACT_SUFX= .phar
MAINTAINER= tz@FreeBSD.org
COMMENT= Testing framework for unit tests
WWW= https://gitlab.p.variablis.de/open-source/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>
|