opnsense-ports/devel/go-go.uuid/Makefile

24 lines
392 B
Makefile

# $FreeBSD$
PORTNAME= go.uuid
PORTVERSION= 1.1.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= go-
MAINTAINER= cs@FreeBSD.org
COMMENT= UUID package for Go
LICENSE= MIT
DEPRECATED= Go libraries should not be packaged
EXPIRATION_DATE= 2019-03-31
USE_GITHUB= yes
GH_ACCOUNT= satori
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>