mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
19 lines
454 B
Makefile
19 lines
454 B
Makefile
PORTNAME= HTML_QuickForm2
|
|
PORTVERSION= 2.3.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PHP5 rewrite of the HTML_QuickForm package
|
|
WWW= https://pear.php.net/package/HTML_QuickForm2 \
|
|
https://github.com/pear/HTML_QuickForm2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/docs/LICENSE
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTML_Common2>=2.3.1:devel/pear-HTML_Common2@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|