aboutsummaryrefslogblamecommitdiff
path: root/net/rubygem-mqtt/Makefile
blob: aaf422cd6ef01664194e774ad7e77c94f03bbe70 (plain) (tree)
1
2
3
4
5
6
7
8






                                                   
                                                








                                    
PORTNAME=	mqtt
PORTVERSION=	0.5.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
USE_RUBY=	yes

.include <bsd.port.mk>