e0da143729
- While I'm here, add NO_ARCH Approved by: portmgr (blanket) Reference: https://github.com/nats-io/nats-pure.rb/commit/46e6620373b5b3c2ad0d31111093503691a7f827 [1] https://github.com/nats-io/nats-pure.rb/blob/master/LICENSE [2]
19 lines
274 B
Makefile
19 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|