Files
ports/security/git-credential-azure/Makefile
T
2026-07-10 09:54:15 +02:00

23 lines
466 B
Makefile

PORTNAME= git-credential-azure
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
PORTREVISION= 18
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>