git: f2f0ed8e7c1a - main - security/rubygem-duo_api: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2f0ed8e7c1a39c042f3ef904770456a0df3df20 commit f2f0ed8e7c1a39c042f3ef904770456a0df3df20 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:49:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:49:31 +0000 security/rubygem-duo_api: Add NO_ARCH Approved by: portmgr (blanket) --- security/rubygem-duo_api/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/rubygem-duo_api/Makefile b/security/rubygem-duo_api/Makefile index 28014e64633c..6baadcc939f7 100644 --- a/security/rubygem-duo_api/Makefile +++ b/security/rubygem-duo_api/Makefile @@ -9,4 +9,6 @@ WWW= https://github.com/duosecurity/duo_api_ruby USES= gem +NO_ARCH= yes + .include <bsd.port.mk>