- Fix RUN_DEPENDS
PR: 225354 Submitted by: Yasuhiro Kimura <yasu at utahime.org>
This commit is contained in:
parent
ae52731f6d
commit
e0e6960b64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459657
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= openssl
|
||||
PORTVERSION= 17.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,7 +15,7 @@ COMMENT= Python interface to the OpenSSL library
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>1.9:security/py-cryptography@${FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${FLAVOR}
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
Loading…
Reference in New Issue
Block a user