View | Details | Raw Unified | Return to bug 216600 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+37 lines)
Line 0 Link Here
1
# Created by: Jochen Neumeister (<joneum@bsdproject.de>)
2
# $FreeBSD$
3
4
PORTNAME=		phpunit
5
PORTVERSION=	6.0.7
6
CATEGORIES=		devel www
7
MASTER_SITES=	https://phar.phpunit.de/
8
EXTRACT_SUFX=	.phar
9
10
MAINTAINER=		joneum@bsdproject.de
11
COMMENT=		Testing framework for unit tests
12
13
LICENSE=		BSD3CLAUSE
14
15
CONFLICTS=		pear-PHPUnit-[5]*
16
17
USES=			cpe php
18
CPE_VENDOR=		phpunit_project
19
USE_PHP=		dom json spl pcre phar
20
21
NO_ARCH=		yes
22
NO_BUILD=		yes
23
24
PLIST_FILES=	bin/phpunit
25
26
# Download isn't compressed or aggregated, it's just the single file
27
do-extract:
28
		${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}
29
30
do-install:
31
		${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
32
			${STAGEDIR}${PREFIX}/bin/${PORTNAME}
33
34
.include <bsd.port.mk>
35
native
36
FreeBSD=%H
37
text/plain
(-)distinfo (+6 lines)
Line 0 Link Here
1
TIMESTAMP = 1488444658
2
SHA256 (phpunit-6.0.7.phar) = e458e71131cc18d0be1945f09d7ad96884cb8ee33e6603c077c5fcdcfc713543
3
SIZE (phpunit-6.0.7.phar) = 2589198
4
yes
5
native
6
text/plain
(-)pkg-descr (+7 lines)
Line 0 Link Here
1
PHPUnit is a regression testing framework used by the developer
2
who implements unit tests in PHP.
3
4
WWW: http://www.phpunit.de
5
yes
6
native
7
text/plain

Return to bug 216600