Prune devel/py-EnthoughtBase
[dports.git] / devel / pear-PHP_Timer / Makefile
1 # Created by: Gasol Wu <gasol.wu@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       PHP_Timer
5 PORTVERSION=    1.0.4
6 CATEGORIES=     devel pear
7 MASTER_SITES=   http://pear.phpunit.de/get/
8 PKGNAMEPREFIX=  pear-
9
10 MAINTAINER=     gasol.wu@gmail.com
11 COMMENT=        Utility class for timing
12
13 BUILD_DEPENDS=  ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
14 RUN_DEPENDS=    ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
15
16 USES=   pear
17 PEAR_CHANNEL=   phpunit
18
19 .include <bsd.port.mk>