blob: 3f83fb49e7ac1b200b0c900d11b2f136c49d5765 (
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@gmx.de>)
PORTNAME= HTML_QuickForm2
PORTVERSION= 2.2.0
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP5 rewrite of the HTML_QuickForm package
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>
|