freebsd-ports/net/rubygem-mqtt/Makefile
2023-02-22 15:20:58 +00:00

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>