aboutsummaryrefslogtreecommitdiff
path: root/security/git-credential-oauth/Makefile
blob: 3d7c4306fdc76c01072c4feca0464a8750ab7d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	git-credential-oauth
PORTVERSION=	0.10.1
DISTVERSIONPREFIX=	v
CATEGORIES=	security

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Git credential helper for GitHub and other forges using OAuth
WWW=		https://github.com/hickford/git-credential-oauth

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		go:modules
USE_GITHUB=	yes
GH_ACCOUNT=	hickford

GO_MODULE=	github.com/${GH_ACCOUNT}/${PORTNAME}

PLIST_FILES=	bin/git-credential-oauth

.include <bsd.port.mk>