mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
Pass it to Jochen Neumeister <joneum@bsdproject.de>. PR: 215607 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Approved by: Gasol Wu <gasol.wu@gmail.com> (former maintainer)
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_CodeCoverage
|
|
PORTVERSION= 1.2.7
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.phpunit.de/get/
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
COMMENT= Library that provides PHP code coverage information
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= pear-File_Iterator>=1.3.0:devel/pear-File_Iterator \
|
|
pear-PHP_TokenStream>=1.1.3:devel/pear-PHP_TokenStream \
|
|
pear-Text_Template>=1.1.1:textproc/pear-Text_Template \
|
|
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
|
|
RUN_DEPENDS= pear-File_Iterator>=1.3.0:devel/pear-File_Iterator \
|
|
pear-PHP_TokenStream>=1.1.3:devel/pear-PHP_TokenStream \
|
|
pear-Text_Template>=1.1.1:textproc/pear-Text_Template \
|
|
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= phpunit
|
|
|
|
OPTIONS_DEFINE= DOM XDEBUG
|
|
DOM_DESC= Enable DOM support
|
|
XDEBUG_DESC= Enable Xdebug support
|
|
|
|
DOM_USE= PHP=dom
|
|
XDEBUG_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:devel/php-xdebug
|
|
|
|
.include <bsd.port.mk>
|