freebsd-ports/devel/pear-FSM/Makefile
Cheng-Lung Sung 4abdb277b6 - Update to 1.2.4
PR:		ports/105351
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
2006-11-10 00:37:39 +00:00

27 lines
603 B
Makefile

# Ports collection makefile for: pear-FSM
# Date created: 10 January 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= FSM
PORTVERSION= 1.2.4
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR Finite State Machine
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= FSM.php
DOCS= guide.txt
TESTS= 001.phpt addTransitionsArray.phpt
EXAMPLES= rpn.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>