aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-nats-pure/Makefile
blob: 181ae4155d06697df32ba803a668742f42dc5a14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=	nats-pure
DISTVERSION=	0.6.2
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	romain@FreeBSD.org
COMMENT=	Ruby client for NATS, the cloud native messaging system

LICENSE=	APACHE20

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>