aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm_Controller/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-17 12:52:43 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-17 12:52:43 +0000
commit101811802025e4ef10a1ece5c7923fe46fffb2e4 (patch)
tree9c2fa4656c73ace61c23660e4cd8af712b389a15 /devel/pear-HTML_QuickForm_Controller/Makefile
parent4d0b67c6083b4f6493477ae3945fb1496266d4a3 (diff)
downloadports-101811802025e4ef10a1ece5c7923fe46fffb2e4.tar.gz
ports-101811802025e4ef10a1ece5c7923fe46fffb2e4.zip
Notes
Diffstat (limited to 'devel/pear-HTML_QuickForm_Controller/Makefile')
-rw-r--r--devel/pear-HTML_QuickForm_Controller/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/pear-HTML_QuickForm_Controller/Makefile b/devel/pear-HTML_QuickForm_Controller/Makefile
index 6dfc9e30658e..9246f0b7719a 100644
--- a/devel/pear-HTML_QuickForm_Controller/Makefile
+++ b/devel/pear-HTML_QuickForm_Controller/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML_QuickForm_Controller
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.4
CATEGORIES= devel www pear
MAINTAINER= dk@catpipe.net
@@ -16,10 +16,10 @@ BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickFo
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
+FILES= Action.php Controller.php Page.php Action/Back.php Action/Direct.php \
+ Action/Display.php Action/Jump.php Action/Next.php Action/Submit.php
+EXAMPLES= simple.php tabbed.php wizard.php regWizard.php upload.php \
+ templates/upload.html statemachine.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"