Files
ports/security/py-libnacl/Makefile
T
Vsevolod Stakhov 8b878d88b4 security/libsodium: Update to 1.0.21
The API remains compatible but bumping all dependent ports as SHLIB
has changed.

Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE
Security: https://00f.net/2025/12/30/libsodium-vulnerability/
PR: 279347
2026-01-07 10:22:10 +00:00

26 lines
631 B
Makefile

PORTNAME= libnacl
PORTVERSION= 2.1.0
PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python bindings for libsodium based on ctypes
WWW= https://libnacl.readthedocs.io/en/latest/ \
https://github.com/saltstack/libnacl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
LIB_DEPENDS= libsodium.so:security/libsodium
USES= python
USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
TEST_ARGS= discover -s tests
.include <bsd.port.mk>