summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm_Controller/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pear-HTML_QuickForm_Controller/Makefile')
-rw-r--r--devel/pear-HTML_QuickForm_Controller/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/pear-HTML_QuickForm_Controller/Makefile b/devel/pear-HTML_QuickForm_Controller/Makefile
new file mode 100644
index 000000000000..6dfc9e30658e
--- /dev/null
+++ b/devel/pear-HTML_QuickForm_Controller/Makefile
@@ -0,0 +1,26 @@
+# Ports collection makefile for: pear-HTML_QuickForm_Controller
+# Date created: 2 September 2004
+# Whom: Dmitry Karasik (<dk@catpipe.net>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML_QuickForm_Controller
+PORTVERSION= 1.0.2
+CATEGORIES= devel www pear
+
+MAINTAINER= dk@catpipe.net
+COMMENT= The add-on to HTML_QuickForm that allows building of multipage forms
+
+BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= HTML/QuickForm
+FILES= Controller.php \
+ Action.php Page.php \
+ Action/Back.php Action/Direct.php Action/Display.php \
+ Action/Jump.php Action/Next.php Action/Submit.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>