aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-nats-pure/Makefile
blob: c3782efa0c784afd74e310a0f49c075792e83013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	nats-pure
DISTVERSION=	0.7.0
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>