summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn W. O'Brien <john@saltant.com>2022-08-06 17:55:12 -0700
committerNeel Chauhan <nc@FreeBSD.org>2022-08-06 17:55:12 -0700
commit659e8a4f5851eb339b630e600bf4dec7bbda3fbf (patch)
tree37768f4bbbceb84d87f3eb9546441a684d6e93f2
parentlang/quilc: Update BROKEN message (diff)
security/py-pycryptodome: Add pkg-message
PR: 265667
-rw-r--r--security/py-pycryptodome/pkg-message10
1 files changed, 10 insertions, 0 deletions
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
+}
+]