mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ed23687b98
- While I'm here: - Add USES=php - Fix indent Content of tarballs are unchanged (checked against [1]). => Benchmark-1.2.9.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Benchmark-1.2.9.tgz fetch: http://pear.php.net/get/Benchmark-1.2.9.tgz: size mismatch: expected 8696, actual 8823 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Benchmark-1.2.9.tgz [1] Approved by: portmgr (blanket)
16 lines
316 B
Makefile
16 lines
316 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Benchmark
|
|
PORTVERSION= 1.2.9
|
|
CATEGORIES= benchmarks devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR framework to benchmark PHP scripts or function calls
|
|
|
|
USES= pear php
|
|
|
|
USE_PHP= bcmath
|
|
|
|
.include <bsd.port.mk>
|