diff --git a/security/pygost/Makefile b/security/pygost/Makefile index 800b177a20f1..959306ba02e3 100644 --- a/security/pygost/Makefile +++ b/security/pygost/Makefile @@ -1,26 +1,26 @@ PORTNAME= pygost PORTVERSION= 5.13 PORTREVISION= 1 CATEGORIES= security python -MASTER_SITES= http://www.pygost.cypherpunks.ru/ \ +MASTER_SITES= http://www.pygost.cypherpunks.su/ \ 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/ +WWW= http://www.pygost.cypherpunks.su/ 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