mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
23 lines
505 B
Makefile
23 lines
505 B
Makefile
# 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
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
CONFIGURE_ARGS= --enable-test-helpers
|
|
USES= php:zend tar:tgz
|
|
SUB_FILES= pkg-message
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
# This needs to be loaded *after* devel/php-xdebug
|
|
PHP_MOD_PRIO= 30
|
|
|
|
.include <bsd.port.mk>
|