svn commit: r314216 - head/devel/pear-FSM
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 01:30:56 UTC 2013
Author: miwi
Date: Fri Mar 15 01:30:55 2013
New Revision: 314216
URL: http://svnweb.freebsd.org/changeset/ports/314216
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/devel/pear-FSM/Makefile (contents, props changed)
Modified: head/devel/pear-FSM/Makefile
==============================================================================
--- head/devel/pear-FSM/Makefile Fri Mar 15 01:29:36 2013 (r314215)
+++ head/devel/pear-FSM/Makefile Fri Mar 15 01:30:55 2013 (r314216)
@@ -11,10 +11,7 @@ COMMENT= PEAR Finite State Machine
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= FSM.php FSM/GraphViz.php
-DOCS= guide.txt graphviz.png
-TESTS= addTransitionsArray.phpt transitions.phpt graphviz.phpt
-EXAMPLES= rpn.php graphviz.php
+PEAR_AUTOINSTALL= yes
LATEST_LINK= pear-${PORTNAME}
OPTIONS_DEFINE= PEAR_GRAPGHVIZ
More information about the svn-ports-all
mailing list