mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -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
18 lines
418 B
Makefile
18 lines
418 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FSM
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR Finite State Machine
|
|
|
|
OPTIONS_DEFINE= PEAR_GRAPGHVIZ
|
|
PEAR_GRAPGHVIZ_DESC= PEAR::GraphViz support
|
|
|
|
USES= pear
|
|
|
|
PEAR_GRAPGHVIZ_RUN_DEPENDS= ${PEARDIR}/GraphViz.php:graphics/pear-Image_GraphViz@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|