blob: cdce2d57ef9af268cadcee974bdc92c9ba3b3239 (
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= joneum@bsdproject.de
COMMENT= Provide methods for creating, validating, and processing HTML forms
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
RUN_DEPENDS:= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
USES= pear
.include <bsd.port.mk>
|