Lines 6-24
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Benchmark |
8 |
PORTNAME= Benchmark |
9 |
PORTVERSION= 1.2.1 |
9 |
PORTVERSION= 1.2.2 |
10 |
CATEGORIES= benchmarks devel www pear |
10 |
CATEGORIES= benchmarks devel www pear |
11 |
|
11 |
|
12 |
MAINTAINER= antonio@php.net |
12 |
MAINTAINER= antonio@php.net |
13 |
COMMENT= Framework to benchmark PHP scripts or function calls |
13 |
COMMENT= PEAR framework to benchmark PHP scripts or function calls |
14 |
|
14 |
|
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR |
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR |
16 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
16 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
17 |
|
17 |
|
|
|
18 |
USE_PHP= bcmath |
19 |
|
18 |
CATEGORY= Benchmark |
20 |
CATEGORY= Benchmark |
19 |
FILES= Timer.php Iterate.php Profiler.php |
21 |
FILES= Timer.php Iterate.php Profiler.php |
20 |
DOCS= timer_example.php |
22 |
DOCS= timer_example.php |
21 |
|
|
|
22 |
_DOCSDIR= doc |
23 |
_DOCSDIR= doc |
23 |
|
24 |
|
24 |
.include <bsd.port.pre.mk> |
25 |
.include <bsd.port.pre.mk> |