# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_1_0/net/py3-urllib3/Makefile 443128 2017-06-11 01:48:26Z sunpoet $

MASTERDIR=	${.CURDIR}/../py-urllib3

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py3-cryptography \
		${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py3-idna \
		${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py3-openssl \
		${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py3-pysocks

USES=		python:3.3+

.include "${MASTERDIR}/Makefile"

