aboutsummaryrefslogtreecommitdiff
path: root/www/py-httpretty/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-10-30 12:40:20 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-10-30 12:40:20 +0000
commitc8d825054411a9aaa0f93fcf3ecaa95836a751c1 (patch)
treebcab188849d1f06d40906e29c28eecd66321c85a /www/py-httpretty/Makefile
parentb534db48d32bb20a769bf88e0a0507f27dc56b95 (diff)
downloadports-c8d825054411a9aaa0f93fcf3ecaa95836a751c1.tar.gz
ports-c8d825054411a9aaa0f93fcf3ecaa95836a751c1.zip
Notes
Diffstat (limited to 'www/py-httpretty/Makefile')
-rw-r--r--www/py-httpretty/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/py-httpretty/Makefile b/www/py-httpretty/Makefile
new file mode 100644
index 000000000000..409ee72d69f4
--- /dev/null
+++ b/www/py-httpretty/Makefile
@@ -0,0 +1,18 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= httpretty
+PORTVERSION= 1.0.2
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python@FreeBSD.org
+COMMENT= HTTP client mocking tool for Python
+
+LICENSE= MIT
+
+USES= python:3.6+
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>