ports/devel/go-go.uuid/Makefile
Mathieu Arnold 50cfbaceb2 Cleanup USE_GITHUB usage.
Sponsored by:	Absolight
2016-07-18 13:39:17 +00:00

20 lines
314 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
USE_GITHUB= yes
GH_ACCOUNT= satori
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>