2012-11-17 18:43:45 +01:00
|
|
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= PHP_CodeBrowser
|
|
|
|
PORTVERSION= 1.0.2
|
|
|
|
CATEGORIES= devel pear
|
|
|
|
MASTER_SITES= http://pear.phpunit.de/get/
|
|
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
|
|
COMMENT= Code browser that augments the code with information
|
|
|
|
|
2014-09-23 17:15:04 +02:00
|
|
|
BUILD_DEPENDS= pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
|
2012-11-17 18:43:45 +01:00
|
|
|
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
|
|
|
|
pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log
|
2014-09-23 17:15:04 +02:00
|
|
|
RUN_DEPENDS= pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
|
2012-11-17 18:43:45 +01:00
|
|
|
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
|
|
|
|
pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log
|
|
|
|
|
2014-09-23 17:15:04 +02:00
|
|
|
USES= pear
|
2012-11-17 18:43:45 +01:00
|
|
|
USE_PHP= dom
|
|
|
|
PEAR_CHANNEL= phpunit
|
|
|
|
|
2014-09-23 17:15:04 +02:00
|
|
|
.include <bsd.port.mk>
|