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

PORTNAME=	HTML_QuickForm
PORTVERSION=	3.2.14
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:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS:=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common

USES=	pear

.include <bsd.port.mk>