aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PHP_CodeBrowser/Makefile
blob: 1c0779a871df34e8098ee4ea824f121b16832e29 (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

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	pear-Console_CommandLine>=1.2.2:devel/pear-Console_CommandLine \
		pear-File_Iterator>=1.4.2:devel/pear-File_Iterator \
		pear-Log>=1.13.1:sysutils/pear-Log
RUN_DEPENDS=	pear-Console_CommandLine>=1.2.2:devel/pear-Console_CommandLine \
		pear-File_Iterator>=1.4.2:devel/pear-File_Iterator \
		pear-Log>=1.13.1:sysutils/pear-Log

USES=	pear php
PEAR_CHANNEL=	phpunit

.include <bsd.port.mk>