blob: c573877f1f285be637c25d9a15cb0a50a0e83050 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|