--- /dev/null +++ net/py-paho-mqtt/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= paho-mqtt +PORTVERSION= 1.1 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= MQTT version 3.1/3.1.1 client class + +LICENSE= EPL + +USES= shebangfix python +USE_PYTHON= distutils autoplist +SHEBANG_FILES= examples/*.py + +.include --- /dev/null +++ net/py-paho-mqtt/distinfo @@ -0,0 +1,2 @@ +SHA256 (paho-mqtt-1.1.tar.gz) = 0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e +SIZE (paho-mqtt-1.1.tar.gz) = 41788 --- /dev/null +++ net/py-paho-mqtt/pkg-descr @@ -0,0 +1,8 @@ +Python MQTT version 3.1/3.1.1 client class + +The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" +connectivity protocol. Designed as an extremely lightweight publish/subscribe +messaging transport, it is useful for connections with remote locations where +a small code footprint is required and/or network bandwidth is at a premium. + +WWW: http://eclipse.org/paho