aboutsummaryrefslogblamecommitdiff
path: root/security/git-credential-oauth/Makefile
blob: 1e8e933e86a5d56a0b891c326dedf638dbe21db4 (plain) (tree)
1
2
3
4
                                    
                         
                      
                 

















                                                                             
PORTNAME=	git-credential-oauth
DISTVERSIONPREFIX=	v
DISTVERSION=	0.11.1
PORTREVISION=	2
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>