svn commit: r369060 - head/benchmarks/pear-Benchmark

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 23 13:53:19 UTC 2014


Author: bapt
Date: Tue Sep 23 13:53:18 2014
New Revision: 369060
URL: http://svnweb.freebsd.org/changeset/ports/369060
QAT: https://qat.redports.org/buildarchive/r369060/

Log:
  Convert to USES=pear

Modified:
  head/benchmarks/pear-Benchmark/Makefile

Modified: head/benchmarks/pear-Benchmark/Makefile
==============================================================================
--- head/benchmarks/pear-Benchmark/Makefile	Tue Sep 23 13:52:08 2014	(r369059)
+++ head/benchmarks/pear-Benchmark/Makefile	Tue Sep 23 13:53:18 2014	(r369060)
@@ -8,12 +8,8 @@ CATEGORIES=	benchmarks devel www pear
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	PEAR framework to benchmark PHP scripts or function calls
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES=	pear
 
 USE_PHP=	bcmath
-PEAR_AUTOINSTALL=	yes
 
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list