diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2017-09-25 09:22:14 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2017-09-25 09:22:14 +0000 |
commit | d8054e80b065e320d7e4bcedaeb7b0f16c155234 (patch) | |
tree | ae0fd43a9bbf81322ebfd2c326e83729bd8fe0b7 /security/py-openssl | |
parent | 4bf9d1eebc7cdb7d51af38c1e8b8c2f7f7ae711b (diff) | |
download | ports-d8054e80b065e320d7e4bcedaeb7b0f16c155234.tar.gz ports-d8054e80b065e320d7e4bcedaeb7b0f16c155234.zip |
Notes
Diffstat (limited to 'security/py-openssl')
-rw-r--r-- | security/py-openssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index c587334d8fea..adf25adfd140 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -14,7 +14,7 @@ COMMENT= Python interface to the OpenSSL library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py-cryptography \ +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>1.9:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six OPTIONS_DEFINE= EXAMPLES @@ -25,7 +25,6 @@ USE_PYTHON= autoplist concurrent distutils pythonprefix CPE_VENDOR= jean-paul_calderone CPE_PRODUCT= py${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTEXAMPLES= * post-install: |