aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-PhpDocumentor/Makefile
blob: 17e2be873ae6ea43ee979e8276f6e9552ed29f28 (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
PORTNAME=	PhpDocumentor
PORTVERSION=	1.4.4
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provides automatic documenting of php-api from the source
WWW=		https://pear.php.net/package/PhpDocumentor

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		pear

NO_ARCH=	yes

CONFLICTS_INSTALL=	pear-PHPDoc

OPTIONS_DEFINE=	XML_BEAUTIFIER
XML_BEAUTIFIER_DESC=	XML_Beautifier support

XML_BEAUTIFIER_RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}XML_Beautifier>=1.1:textproc/pear-XML_Beautifier@${PHP_FLAVOR}

.include <bsd.port.mk>