diff options
author | John W. O'Brien <john@saltant.com> | 2022-08-06 17:55:12 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-08-06 17:55:12 -0700 |
commit | 659e8a4f5851eb339b630e600bf4dec7bbda3fbf (patch) | |
tree | 37768f4bbbceb84d87f3eb9546441a684d6e93f2 | |
parent | lang/quilc: Update BROKEN message (diff) |
security/py-pycryptodome: Add pkg-message
PR: 265667
-rw-r--r-- | security/py-pycryptodome/pkg-message | 10 |
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 +} +] |