forked from Lainports/opnsense-ports
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= go-flags
|
|
PORTVERSION= 1.0.0.20160227
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= Go command line option parser
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jessevdk
|
|
GH_TAGNAME= 6b9493b3
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|