summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 19:39:39 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 19:39:39 +0800
commit96f0d70cf857aa08a7a0894f0fbb9b569448fdf4 (patch)
treee528583aa0131e19c342db7e416b8cd5ef157fc8 /www
parenttextproc/p5-XML-LibXML-Simple: Add NO_ARCH (diff)
www/p5-HTML-FormFu: Cosmetic change
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-FormFu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile
index 76b72aa13845..24dc58565d60 100644
--- a/www/p5-HTML-FormFu/Makefile
+++ b/www/p5-HTML-FormFu/Makefile
@@ -13,8 +13,8 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install
+BUILD_DEPENDS= p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install \
+ ${RUN_DEPENDS}
RUN_DEPENDS= p5-Clone>=0.31:devel/p5-Clone \
p5-Config-Any>=0.18:devel/p5-Config-Any \
p5-Data-Visitor>=0.26:devel/p5-Data-Visitor \
@@ -45,8 +45,9 @@ TEST_DEPENDS= p5-CGI>=0:www/p5-CGI \
p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>