aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PHP_UML/Makefile
blob: 68d7db998e1a69e4991474a4f60d231475440e8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	PHP_UML
PORTVERSION=	1.6.2
CATEGORIES=	devel

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR Class to Create UML Representation of PHP Code
WWW=		https://pear.php.net/package/PHP_UML

LICENSE=	LGPL3

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_CommandLine>=0:devel/pear-Console_CommandLine@${PHP_FLAVOR}

USES=		pear
USE_PHP=	spl xsl

NO_ARCH=	yes

.include <bsd.port.mk>