security/py-libnacl: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:19:03 +08:00
parent a4aaa83fac
commit e6d94e5eca
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python bindings for libsodium based on ctypes COMMENT= Python bindings for libsodium based on ctypes
WWW= https://libnacl.readthedocs.io/en/latest/ WWW= https://libnacl.readthedocs.io/en/latest/ \
https://github.com/saltstack/libnacl
LICENSE= APACHE20 LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE

View file

@ -3,5 +3,3 @@ Bernstein's nacl library via libsodium. It has been constructed to maintain
extensive documentation on how to use nacl as well as being completely portable. extensive documentation on how to use nacl as well as being completely portable.
The file in libnacl/__init__.py can be pulled out and placed directly in any The file in libnacl/__init__.py can be pulled out and placed directly in any
project to give a single file binding to all of nacl. project to give a single file binding to all of nacl.
See also: https://github.com/saltstack/libnacl