1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/go-nuid/Makefile

21 lines
322 B
Makefile

# $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>