22 lines
441 B
Makefile
22 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.15 2010/07/24 07:55:26 ajacoutot Exp $
|
|
|
|
COMMENT= framework to benchmark PHP scripts or function calls
|
|
|
|
DISTNAME= Benchmark-1.2.6
|
|
PKGNAME= pear-${DISTNAME}
|
|
REVISION= 1
|
|
CATEGORIES= benchmarks
|
|
|
|
MODULES= www/pear
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
do-regress:
|
|
@cd ${WRKSRC}/doc && ${PEAR_PHPBIN} ./timer_example.php
|
|
|
|
.include <bsd.port.mk>
|