mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
22 lines
532 B
Makefile
22 lines
532 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}
|
|
|
|
BROKEN_powerpc64= fails to package: Signal 11
|
|
|
|
USES= pear php
|
|
USE_PHP= spl xsl
|
|
|
|
.include <bsd.port.mk>
|