freebsd-ports/devel/pear-FSM/Makefile
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

21 lines
461 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= FSM
PORTVERSION= 1.4.0
CATEGORIES= devel www pear
MAINTAINER= miwi@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>