summaryrefslogtreecommitdiff
path: root/www/py-torrequest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-torrequest/Makefile')
-rw-r--r--www/py-torrequest/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/py-torrequest/Makefile b/www/py-torrequest/Makefile
new file mode 100644
index 000000000000..2bf7db1386d3
--- /dev/null
+++ b/www/py-torrequest/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= torrequest
+DISTVERSION= 0.1.0
+CATEGORIES= www security python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= tagattie@FreeBSD.org
+COMMENT= Simple interface for HTTP(s) requests over Tor
+WWW= https://github.com/erdiaker/torrequest
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}stem>=1.4.0:security/py-stem@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>