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

PORTNAME=	HTML_QuickForm
PORTVERSION=	3.2.13
CATEGORIES=	devel www pear

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

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>