freebsd-ports/devel/pear-PHP_CodeBrowser/Makefile
Jochen Neumeister 9f6b462ff1 Unbreak this port
Add LICENSE

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12877
2017-11-11 19:44:46 +00:00

26 lines
740 B
Makefile

# 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>