mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
- 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
19 lines
411 B
Makefile
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>
|