Date: Sun, 20 Jun 2021 11:44:55 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 96f0d70cf857 - main - www/p5-HTML-FormFu: Cosmetic change Message-ID: <202106201144.15KBitTi017847@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=96f0d70cf857aa08a7a0894f0fbb9b569448fdf4 commit 96f0d70cf857aa08a7a0894f0fbb9b569448fdf4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 11:39:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 11:39:39 +0000 www/p5-HTML-FormFu: Cosmetic change --- www/p5-HTML-FormFu/Makefile | 7 ++++--- 1 file 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201144.15KBitTi017847>