summaryrefslogtreecommitdiff
path: root/devel/pear-PHP_UML/Makefile
blob: 329f8043d4feb0b1fcaaece7c27fabf3fa1f90e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	PHP_UML
PORTVERSION=	1.6.1
CATEGORIES=	devel

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR Class to Create UML Representation of PHP Code

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/Console/CommandLine.php:${PORTSDIR}/devel/pear-Console_CommandLine
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

USES=	pear
USE_PHP=		spl xsl

.include <bsd.port.mk>