1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/benchmarks/pear-Benchmark/Makefile
Sunpoet Po-Chuan Hsieh ed23687b98 Update distinfo and unbreak this port
- 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)
2017-06-11 07:28:05 +00:00

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>