1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/go-nats/Makefile
2017-12-20 21:27:05 +00:00

22 lines
323 B
Makefile

# $FreeBSD$
PORTNAME= go-nats
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.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>