aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm_Controller/Makefile
blob: 0c965eb18b9c6702a2df627a79222fd7c9cd75b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Dmitry Karasik (<dk@catpipe.net>)
# $FreeBSD$

PORTNAME=	HTML_QuickForm_Controller
PORTVERSION=	1.0.10
CATEGORIES=	devel www pear

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	The add-on to HTML_QuickForm that allows building of multipage forms

LICENSE=	PHP301

BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm

USES=		pear

.include <bsd.port.mk>