mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
17 lines
428 B
Makefile
17 lines
428 B
Makefile
# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
|
|
|
|
PORTNAME= HTML_QuickForm2
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@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>
|