opnsense-ports/devel/pear-HTML_QuickForm2/Makefile
Franco Fichtner ac8bb3fb78 */*: sync with upstream
Taken from: HardenedBSD
2019-04-16 09:00:59 +02:00

18 lines
439 B
Makefile

# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
# $FreeBSD$
PORTNAME= HTML_QuickForm2
PORTVERSION= 2.1.0
CATEGORIES= devel www pear
MAINTAINER= joneum@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>