git: de42296fa57c - main - security/py-hkdf: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=de42296fa57c88ba440001de13caa6e9b53cffd1 commit de42296fa57c88ba440001de13caa6e9b53cffd1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:36:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:40:13 +0000 security/py-hkdf: Add NO_ARCH Approved by: portmgr (blanket) --- security/py-hkdf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/py-hkdf/Makefile b/security/py-hkdf/Makefile index 84dba2c4c089..922318b57acb 100644 --- a/security/py-hkdf/Makefile +++ b/security/py-hkdf/Makefile @@ -10,4 +10,6 @@ COMMENT= HMAC-based Extract-and-Expand Key Derivation Function (HKDF) USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>