1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/docker-credential-pass/Makefile

26 lines
546 B
Makefile

PORTNAME= docker-credential-pass
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.4
CATEGORIES= sysutils
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Helper to use sysutils/password-store as Docker credentials store
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/bin/pass:sysutils/password-store
USES= go
GO_PKGNAME= github.com/docker/docker-credential-helpers
GO_TARGET= ./pass/cmd:${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= docker
GH_PROJECT= docker-credential-helpers
PLIST_FILES= bin/docker-credential-pass
.include <bsd.port.mk>