diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2017-06-07 14:32:40 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2017-06-07 14:32:40 +0000 |
commit | 0463f581a85a01e42e198bb1b33e35bf754c0095 (patch) | |
tree | ea20cc7d033ff05d9337ce41c1bc794ba4748978 /security/py-openssl | |
parent | security/py3-cryptography: Fix created by attribution (diff) |
[NEW] security/py3-openssl: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833
Notes
Notes:
svn path=/head/; revision=442841
Diffstat (limited to 'security/py-openssl')
-rw-r--r-- | security/py-openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index 7fae0df1b899..6e6eacd036c9 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -14,12 +14,12 @@ 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>=0.2.1:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six OPTIONS_DEFINE= EXAMPLES -USES= cpe python +USES?= cpe python USE_PYTHON= autoplist concurrent distutils pythonprefix CPE_VENDOR= jean-paul_calderone |