ports/devel/pear-FSM/Makefile
Sunpoet Po-Chuan Hsieh 90d47a7aa9 Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> FSM-1.4.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/FSM-1.4.0.tgz
fetch: http://pear.php.net/get/FSM-1.4.0.tgz: size mismatch: expected 11704, actual 11599

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/FSM-1.4.0.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:31:53 +00:00

18 lines
404 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
.include <bsd.port.mk>