aboutsummaryrefslogtreecommitdiffstats
path: root/devel/go-nuid/Makefile
blob: bced1d9da6cd55e375225283a7ccfbde2e3b5413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   nuid
DISTVERSIONPREFIX=  v
DISTVERSION=    1.0.0
CATEGORIES= devel
PKGNAMEPREFIX=  go-

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    NATS unique identifier generator library

LICENSE=    MIT

USES=       go
USE_GITHUB= yes
GH_ACCOUNT= nats-io

GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}

.include <bsd.port.mk>