freebsd-ports/devel/pear-PHP_UML/Makefile
2016-07-25 20:01:02 +00:00

20 lines
438 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PHP_UML
PORTVERSION= 1.6.2
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR Class to Create UML Representation of PHP Code
LICENSE= LGPL3
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear \
${PEARDIR}/Console/CommandLine.php:devel/pear-Console_CommandLine
RUN_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear
USES= pear
USE_PHP= spl xsl
.include <bsd.port.mk>