opnsense-ports/devel/pear-PHP_UML/Makefile
Franco Fichtner dd626d3dbb */*: sync with upstream
Taken from: FreeBSD
2023-04-17 08:17:55 +02:00

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>