freebsd-ports/devel/pear-PHP_UML/Makefile
Mark Linimon 2f2a2d2860 These ports now build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2019-04-15 05:55:23 +00:00

20 lines
485 B
Makefile

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