1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/go-nats/Makefile
2018-08-30 14:23:59 +00:00

22 lines
323 B
Makefile

# $FreeBSD$
PORTNAME= go-nats
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.0
CATEGORIES= net
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Go client for NATS
LICENSE= MIT
BUILD_DEPENDS= go-nuid>=0:devel/go-nuid
USES= go
USE_GITHUB= yes
GH_ACCOUNT= nats-io
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>