ports/devel/pear-HTML_QuickForm2/Makefile
Po-Chuan Hsieh 72900c377a
devel/pear-HTML_QuickForm2: Update to 2.2.2
- Fix LICENSE
- Add LICENSE_FILE
- Remove BUILD_DEPENDS
- Update RUN_DEPENDS
- Add NO_ARCH
- Update pkg-descr

Changes:	https://pear.php.net/package/HTML_QuickForm2/download/
		https://github.com/pear/HTML_QuickForm2/blob/trunk/ChangeLog.md
2021-07-15 00:09:48 +08:00

19 lines
411 B
Makefile

# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
PORTNAME= HTML_QuickForm2
PORTVERSION= 2.2.2
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP5 rewrite of the HTML_QuickForm package
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/docs/LICENSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTML_Common2>=2.2.0:devel/pear-HTML_Common2@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>