diff options
Diffstat (limited to 'security/py-cryptography/Makefile')
-rw-r--r-- | security/py-cryptography/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 266bb349aef3..77c69b690f65 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,5 @@ PORTNAME= cryptography -PORTVERSION= 41.0.4 -PORTREVISION= 1 +PORTVERSION= 41.0.5 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI @@ -9,7 +8,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cryptographic recipes and primitives for Python developers -WWW= https://github.com/pyca/cryptography +WWW= https://cryptography.io/en/latest/ \ + https://github.com/pyca/cryptography LICENSE= APACHE20 BSD3CLAUSE LICENSE_COMB= dual |