This commit is contained in:
ziggi
2020-05-22 06:01:24 +00:00
parent 2327488661
commit a8a418c011
37 changed files with 364 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
# Created by: ijliao
# $FreeBSD: head/security/py-openssl/Makefile 472884 2018-06-20 17:05:41Z mat $
# $FreeBSD: head/security/py-openssl/Makefile 508146 2019-08-05 09:11:10Z kai $
PORTNAME= openssl
PORTVERSION= 17.5.0
PORTVERSION= 19.0.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ DISTNAME= pyOpenSSL-${PORTVERSION}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Python interface to the OpenSSL library
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:python/py-cryptography@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.2.1:python/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.5.2:python/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils pythonprefix
USES= cpe python
USE_PYTHON= autoplist concurrent distutils pythonprefix
NO_ARCH= yes
.include <bsd.port.mk>