Index: head/net/py3-urllib3/Makefile =================================================================== --- head/net/py3-urllib3/Makefile (revision 448409) +++ head/net/py3-urllib3/Makefile (revision 448410) @@ -1,16 +1,19 @@ # Created by: Ben Woods # $FreeBSD$ 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 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py3-mock \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py3-nose \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py3-pytest PORTSCOUT= ignore:1 USES= python:3.3+ .include "${MASTERDIR}/Makefile"