diff options
author | ohauer <ohauer@FreeBSD.org> | 2015-07-04 17:09:32 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2015-07-04 17:09:32 +0800 |
commit | 88ae755c30fc678866b3150fcb5439a70b4d8b83 (patch) | |
tree | 2f6c16d0128bbf4f28119c7433f20e96195b1178 /net/Makefile | |
parent | 2c49763cd88c14ecc745f5edaf239462077d59cc (diff) | |
download | freebsd-ports-gnome-88ae755c30fc678866b3150fcb5439a70b4d8b83.tar.gz freebsd-ports-gnome-88ae755c30fc678866b3150fcb5439a70b4d8b83.tar.zst freebsd-ports-gnome-88ae755c30fc678866b3150fcb5439a70b4d8b83.zip |
- add port py-paho-mqtt
This port replace the replace mosquitto python driver
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
PR: 200540
Submitted by: ohauer
Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 2d99e51a775b..2f0fa908cf08 100644 --- a/net/Makefile +++ b/net/Makefile @@ -931,6 +931,7 @@ SUBDIR += py-novaclient SUBDIR += py-oauth SUBDIR += py-oauth2 + SUBDIR += py-paho-mqtt SUBDIR += py-pcap SUBDIR += py-pcapy SUBDIR += py-pcs |