2005-01-11 10:48:25 +00:00
|
|
|
# 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.2
|
|
|
|
CATEGORIES= devel www pear
|
|
|
|
|
|
|
|
MAINTAINER= antonio@php.net
|
|
|
|
COMMENT= PEAR Finite State Machine
|
|
|
|
|
2005-12-09 19:24:52 +00:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-01-11 10:48:25 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
FILES= FSM.php
|
|
|
|
DOCS= guide.txt
|
|
|
|
TESTS= 001.phpt
|
|
|
|
EXAMPLES= rpn.php
|
|
|
|
_EXAMPLESDIR= docs/examples
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 19:24:52 +00:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-01-11 10:48:25 +00:00
|
|
|
.include <bsd.port.post.mk>
|