blob: 362240bc03f329ae4d5dbe6f0be98ee9cd452350 (
plain)
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
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= test_helpers
PORTVERSION= 1.1.0
PORTREVISION= 2
CATEGORIES= devel pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pecl-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Extension to ease testing of PHP code
DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE= 2018-12-30
LICENSE= BSD3CLAUSE
CONFIGURE_ARGS= --enable-test-helpers
USES= php:zend tar:tgz
SUB_FILES= pkg-message
IGNORE_WITH_PHP= 71 72 73
# This needs to be loaded *after* devel/pecl-xdebug
PHP_MOD_PRIO= 30
.include <bsd.port.mk>
|