blob: 2e6408aed319dc6fb6b8414654ea4dcda91ec001 (
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
25
26
|
# 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= joneum@FreeBSD.org
COMMENT= Code browser that augments the code with information
BUILD_DEPENDS= pear-Console_CommandLine>=1.1.3:devel/pear-Console_CommandLine \
pear-File_Iterator>=1.3.0:devel/pear-File_Iterator \
pear-Log>=1.2.1:sysutils/pear-Log
RUN_DEPENDS= pear-Console_CommandLine>=1.1.3:devel/pear-Console_CommandLine \
pear-File_Iterator>=1.3.0:devel/pear-File_Iterator \
pear-Log>=1.2.1:sysutils/pear-Log
BROKEN= unfetchable, redirects to https://phpunit.de/
USES= pear
USE_PHP= dom
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>
|