git: f301c779ab6b - main - net/p5-URI-Template: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:05:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f301c779ab6bd0b1a69948b919452710cfd026b5 commit f301c779ab6bd0b1a69948b919452710cfd026b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:50:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:05 +0000 net/p5-URI-Template: Add NO_ARCH --- net/p5-URI-Template/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/p5-URI-Template/Makefile b/net/p5-URI-Template/Makefile index 400f98a82f21..657be7a9384f 100644 --- a/net/p5-URI-Template/Makefile +++ b/net/p5-URI-Template/Makefile @@ -19,4 +19,6 @@ TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>