aboutsummaryrefslogtreecommitdiff
path: root/security/git-credential-azure/Makefile
blob: 89d27467a597a0f8bdfed55775d4e3c8c0afe956 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	git-credential-azure
DISTVERSIONPREFIX=	v
DISTVERSION=	0.3.0
PORTREVISION=	1
CATEGORIES=	security

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Git credential helper for Azure Repos
WWW=		https://github.com/hickford/git-credential-azure

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-azure

.include <bsd.port.mk>