4c1ddf0f04
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)
18 lines
345 B
Makefile
18 lines
345 B
Makefile
# $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 <bsd.port.mk>
|