aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm/Makefile
blob: 31d6e8ee16d13e8c5dae97ee37e34da43e39575e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Gerrit Beine (<gerrit@beine-computer.de>)

PORTNAME=	HTML_QuickForm
PORTVERSION=	3.2.16
CATEGORIES=	devel www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Provide methods for creating, validating, and processing HTML forms

LICENSE=	PHP301

BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
RUN_DEPENDS:=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>