opnsense-ports/devel/go-nuid/Makefile

24 lines
400 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
DEPRECATED= Go libraries should not be packaged
EXPIRATION_DATE= 2019-03-31
USES= go
USE_GITHUB= yes
GH_ACCOUNT= nats-io
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>