diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:12:09 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:07 +0000 |
| commit | cf2fcef89e2e6a9e7335394a1376f514b1c1401d (patch) | |
| tree | d5a7e6971dd19e4907c15bc697b0b8c586cf3bd0 | |
| parent | 3476a921443fd96f6d8d820e25c29fb2789e2e51 (diff) | |
security/py-cryptography: Fix deprecated CPE_VENDOR
| -rw-r--r-- | security/py-cryptography/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index ddc8560b6ead..c56508640d77 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -41,7 +41,7 @@ CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} -CPE_VENDOR= cryptography_project +CPE_VENDOR= cryptography.io OPTIONS_DEFINE= SSH |
