* Minimum required PHP version is now 5.4 * Removed support for magic_quotes_gpc, as get_magic_quotes_gpc() was deprecated in PHP 7.4 and the functionality itself was disabled since PHP 5.4 (https://github.com/pear/HTML_QuickForm2/issues/3) * HTML_QuickForm2_Element_Date::setValue() will now accept an instance of DateTimeInterface, not only DateTime Approved by: miwi (maintainer - implicit) Sponsored by: Netzkommune GmbH
19 lines
437 B
Makefile
19 lines
437 B
Makefile
# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
|
|
# $FreeBSD$
|
|
|
|
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>
|