mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
61954e3fd9
Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for publish/subscribe messaging. WWW: http://github.com/njh/ruby-mqtt
19 lines
279 B
Makefile
19 lines
279 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mqtt
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Implementation of the MQTT protocol
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|