aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-mqtt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-mqtt/Makefile')
-rw-r--r--net/rubygem-mqtt/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/rubygem-mqtt/Makefile b/net/rubygem-mqtt/Makefile
new file mode 100644
index 000000000000..a719e9a7e657
--- /dev/null
+++ b/net/rubygem-mqtt/Makefile
@@ -0,0 +1,18 @@
+# $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>