4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phpDox
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.netpirates.net/get/
|
|
PKGNAMEPREFIX= pear-TheSeer_
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= PHP Documentation generation framework and tool
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= pear-TheSeer_DirectoryScanner>=1.1.0:devel/pear-TheSeer_DirectoryScanner \
|
|
pear-TheSeer_fDOMDocument>=1.2.3:devel/pear-TheSeer_fDOMDocument \
|
|
pear-TheSeer_fXSL>=1.0.4:devel/pear-TheSeer_fXSL \
|
|
pear-ezc_ConsoleTools>=1.6:devel/pear-ezc_ConsoleTools \
|
|
pear-pdepend_staticReflection>=0.2.1:devel/pear-pdepend-staticReflection
|
|
RUN_DEPENDS= pear-TheSeer_DirectoryScanner>=1.1.0:devel/pear-TheSeer_DirectoryScanner \
|
|
pear-TheSeer_fDOMDocument>=1.2.3:devel/pear-TheSeer_fDOMDocument \
|
|
pear-TheSeer_fXSL>=1.0.4:devel/pear-TheSeer_fXSL \
|
|
pear-ezc_ConsoleTools>=1.6:devel/pear-ezc_ConsoleTools \
|
|
pear-pdepend_staticReflection>=0.2.1:devel/pear-pdepend-staticReflection
|
|
|
|
USE_PHP= dom tokenizer xsl iconv
|
|
PEAR_CHANNEL= theseer
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|