summaryrefslogtreecommitdiff
path: root/net/py-socketio-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-socketio-client/Makefile')
-rw-r--r--net/py-socketio-client/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/py-socketio-client/Makefile b/net/py-socketio-client/Makefile
new file mode 100644
index 000000000000..5a3143e57bf6
--- /dev/null
+++ b/net/py-socketio-client/Makefile
@@ -0,0 +1,23 @@
+# Created by: Massimiliano Stucchi <mstucchi@ripe.net>
+# $FreeBSD$
+
+PORTNAME= socketio-client
+PORTVERSION= 0.6.5
+CATEGORIES= net devel python
+MASTER_SITES= CHEESESHOP/source/s/socketIO-client/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= socketIO_client-${PORTVERSION}
+
+MAINTAINER= mstucchi@ripe.net
+COMMENT= Socket.io client library for Python
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}websocket-client>0:${PORTSDIR}/www/py-websocket-client
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>