openbsd-ports/benchmarks/pear-Benchmark/Makefile
avsm b9e67ae5e2 initial import of pear-Benchmark-1.2.1
--
Provides a framework for benchmarking and profiling PHP scripts by
allowing timing measurements and iterative testing.
2003-05-23 21:32:52 +00:00

23 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/05/23 21:32:52 avsm Exp $
COMMENT= "framework to benchmark PHP scripts or function calls"
V= 1.2.1
DISTNAME= Benchmark-${V}
PKGNAME= pear-Benchmark-${V}
CATEGORIES= benchmarks pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MODULES= pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>