blob: 15891283fcb977d45005b9e60849bc81f96f9f59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= FSM
PORTVERSION= 1.4.0
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR Finite State Machine
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pear
OPTIONS_DEFINE= PEAR_GRAPGHVIZ
PEAR_GRAPGHVIZ_DESC= PEAR::GraphViz support
PEAR_GRAPGHVIZ_RUN_DEPENDS= ${PEARDIR}/GraphViz.php:graphics/pear-Image_GraphViz@${PHP_FLAVOR}
.include <bsd.port.mk>
|