git: 659e8a4f5851 - main - security/py-pycryptodome: Add pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Aug 2022 00:55:37 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=659e8a4f5851eb339b630e600bf4dec7bbda3fbf
commit 659e8a4f5851eb339b630e600bf4dec7bbda3fbf
Author: John W. O'Brien <john@saltant.com>
AuthorDate: 2022-08-07 00:55:12 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-08-07 00:55:12 +0000
security/py-pycryptodome: Add pkg-message
PR: 265667
---
security/py-pycryptodome/pkg-message | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/security/py-pycryptodome/pkg-message b/security/py-pycryptodome/pkg-message
new file mode 100644
index 000000000000..b4bb2037fdba
--- /dev/null
+++ b/security/py-pycryptodome/pkg-message
@@ -0,0 +1,10 @@
+[
+{ type: install
+ message: <<EOM
+Install the math/gmp port to enable accelerated processing with the GNU
+Multiple Precision Arithmetic Library. PyCryptodome will use the
+optional enhancement at runtime automatically if the library is
+available.
+EOM
+}
+]