freebsd-ports/devel/pear-PHP_UML/Makefile
Po-Chuan Hsieh 6e47d94d47
devel/pear-PHP_UML: Fix *_DEPENDS
- Remove duplicate BUILD_DEPENDS and RUN_DEPENDS
- Add NO_ARCH
- pkg-descr
- Bump PORTREVISION for dependency change
2021-09-19 14:00:04 +08:00

19 lines
384 B
Makefile

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