1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/rubygem-mqtt/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
266 B
Makefile

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>