1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-05-13 09:17:34 +00:00
parent a3d3604e66
commit 5e9eea1317
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318027

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-HTML_QuickForm_Controller
# Date created: 2 September 2004
# Whom: Dmitry Karasik (<dk@catpipe.net>)
#
# Created by: Dmitry Karasik (<dk@catpipe.net>)
# $FreeBSD$
#
PORTNAME= HTML_QuickForm_Controller
PORTVERSION= 1.0.9
@ -13,13 +9,9 @@ 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}
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
CATEGORY= HTML/QuickForm
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
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"