summaryrefslogtreecommitdiff
path: root/devel/py-http-prompt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-http-prompt/Makefile')
-rw-r--r--devel/py-http-prompt/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/py-http-prompt/Makefile b/devel/py-http-prompt/Makefile
new file mode 100644
index 000000000000..129e97e1c16c
--- /dev/null
+++ b/devel/py-http-prompt/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= http-prompt
+PORTVERSION= 0.2.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio@bsd.com.br
+COMMENT= Interactive command-line HTTP client
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click \
+ ${PYTHON_PKGNAMEPREFIX}parsimonious>=0.6.2:textproc/py-parsimonious \
+ ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=0.60:devel/py-prompt_toolkit \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.0:textproc/py-pygments \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \
+ httpie>=0.9.0:www/httpie
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>