# Created by: Gerrit Beine () # $FreeBSD: head/devel/pear-PhpDocumentor/Makefile 369068 2014-09-23 15:15:04Z bapt $ PORTNAME= PhpDocumentor PORTVERSION= 1.4.4 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= Provides automatic documenting of php-api from the source BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= pear-PHPDoc-[0-9]* USES= pear OPTIONS_DEFINE= XML_BEAUTIFIER XML_BEAUTIFIER_DESC= XML_Beautifier support XML_BEAUTIFIER_RUN_DEPENDS= ${PEARDIR}/XML/Beautifier.php:${PORTSDIR}/textproc/pear-XML_Beautifier post-extract: .for dir in ${DUMMYDIRS} ${TOUCH} ${WRKSRC}/${dir}/.peardummy .endfor .include