16 lines
291 B
Makefile
16 lines
291 B
Makefile
PORTNAME= mqtt
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Implementation of the MQTT protocol
|
|
WWW= https://github.com/njh/ruby-mqtt
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|