devel/pear-HTML_QuickForm_SelectFilter: Change the way *_DEPENDS are set

- Remove BUILD_DEPENDS
- Add NO_ARCH
This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:20:21 +08:00
parent 41f561480c
commit 5b56660129
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= HTML_QuickForm_SelectFilter
PORTVERSION= 1.0.0
CATEGORIES= devel www pear
DISTNAME= ${PORTNAME}-${PORTVERSION}RC1
DISTNAME= HTML_QuickForm_SelectFilter-${PORTVERSION}RC1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Element for PEAR::HTML_QuickForm that defines dynamic filters
@ -9,9 +9,10 @@ WWW= https://pear.php.net/package/HTML_QuickForm_SelectFilter
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTML_QuickForm>=3.2.3:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>