diff options
Diffstat (limited to 'devel/pear-PHPUnit2/Makefile')
-rw-r--r-- | devel/pear-PHPUnit2/Makefile | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/devel/pear-PHPUnit2/Makefile b/devel/pear-PHPUnit2/Makefile index f51417f3dec9..e6595000557b 100644 --- a/devel/pear-PHPUnit2/Makefile +++ b/devel/pear-PHPUnit2/Makefile @@ -6,8 +6,8 @@ # PORTNAME= PHPUnit2 -PORTVERSION= 2.2.0 -CATEGORIES= devel pear +PORTVERSION= 2.2.1 +CATEGORIES= devel www pear MAINTAINER= antonio@php.net COMMENT= PEAR regression testing framework for unit tests @@ -15,8 +15,20 @@ COMMENT= PEAR regression testing framework for unit tests BUILD_DEPENDS= ${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark RUN_DEPENDS= ${BUILD_DEPENDS} -LATEST_LINK= pear-PHPUnit2 -OPTIONS= PEAR_LOG "PEAR::Log support" off +OPTIONS= PEAR_LOG "PEAR::Log support" off \ + DOM "PHP DOM extension support" off + +PORT_DBDIR?= /var/db/ports +LATEST_LINK= pear-${PORTNAME} +OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options + +.if exists(${OPTIONSFILE}) +.include "${OPTIONSFILE}" +.endif + +.if defined(WITH_DOM) +USE_PHP= dom +.endif NO_PACKAGE= Conflicting dependences between PHP4 and PHP5 |