freebsd-ports/security/sops/Makefile
Steve Wills 8cc7b88ddb security/sops: Update to 3.3.1
PR:		238521
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-06-20 02:52:45 +00:00

30 lines
528 B
Makefile

# $FreeBSD$
PORTNAME= sops
DISTVERSION= 3.3.1
CATEGORIES= security editors
MAINTAINER= dg@syrec.org
COMMENT= Editor of encrypted files that supports YAML, JSON and BINARY formats
LICENSE= MPL20
USES= go
GO_PKGNAME= go.mozilla.org/sops
GO_TARGET= ./cmd/sops
USE_GITHUB= yes
GH_ACCOUNT= mozilla
PLIST_FILES= bin/sops
OPTIONS_DEFINE= DOCS
PORTDOCS= README.rst CHANGELOG.rst
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>