Files
ports/security/pygost/Makefile
Charlie Li 06a08e69f3 python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

27 lines
682 B
Makefile

PORTNAME= pygost
PORTVERSION= 5.13
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= http://www.pygost.cypherpunks.ru/ \
http://www.grosbein.net/freebsd/distfiles/ \
LOCAL/eugen
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tar.zst
MAINTAINER= eugen@FreeBSD.org
COMMENT= Pure Python 2.7/3.x GOST cryptographic functions library
WWW= http://www.pygost.cypherpunks.ru/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/pyderasn@${PY_FLAVOR}
USES= tar:zst python
USE_PYTHON= autoplist concurrent distutils optsuffix
NO_ARCH= yes
PYDISTUTILS_INSTALLARGS+= --install-data ${DOCSDIR}
.include <bsd.port.mk>