forked from Lainports/opnsense-ports
18 lines
375 B
Makefile
18 lines
375 B
Makefile
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= xsl
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|