freebsd-ports/devel/go-pflag/Makefile
Carlo Strub daab72eb39 pflag is a drop-in replacement for Go's flag package, implementing
POSIX/GNU-style --flags.
pflag is compatible with the GNU extensions to the POSIX recommendations for
command-line options. For a more precise description, see the "Command-line
flag syntax" section below.

WWW: https://github.com/spf13/pflag
2016-07-11 19:53:19 +00:00

20 lines
388 B
Makefile

# Created by: Carlo Strub <cs@FreeBSD.org>
# $FreeBSD$
PORTNAME= pflag
PORTVERSION= 20160610
CATEGORIES= devel
PKGNAMEPREFIX= go-
MAINTAINER= cs@FreeBSD.org
COMMENT= Drop-in replacement for Go's flag package
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= spf13
GH_TAGNAME= 367864438f1b1a3c7db4da06a2f55b144e6784e0
USES= go
GO_PKGNAME= github.com/spf13/pflag
.include <bsd.port.mk>