daab72eb39
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
20 lines
388 B
Makefile
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>
|