blob: 5586f2fc1bfccdb6f24f1b9073240a1036077db2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
BUILD_DEPENDS= pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log
USES= pear
USE_PHP= dom
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>
|